16 lines
478 B
Plaintext
16 lines
478 B
Plaintext
MAST_BASE_URL="https://thu.closed.social/"
|
|
MAST_CLIENT="<your client id>"
|
|
MAST_SECRET="<your client key>"
|
|
MAST_SCOPE="read:accounts"
|
|
|
|
AUTH_BACKEND_URL="http://hole.localhost"
|
|
FRONTEND_WHITELIST="https://thuhollow.github.io"
|
|
|
|
UPLOAD_DIR="user_files"
|
|
|
|
DATABASE_URL="postgres://hole:hole_pass@localhost/hole_v2"
|
|
MIGRATION_DIRECTORY=migrations/postgres
|
|
REDIS_URL="redis://127.0.0.1:6379"
|
|
ROCKET_DATABASES='{pg_v2={url="postgres://hole:hole_pass@localhost/hole_v2"}}'
|
|
RUST_LOG=debug
|