You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
453 B
13 lines
453 B
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" |
|
|
|
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
|
|
|