2 changed files with 24 additions and 5 deletions
@ -0,0 +1,10 @@
|
||||
MAST_BASE_URL="https://thu.closed.social/" |
||||
MAST_CLIENT="<your client id>" |
||||
MAST_SECRET="<your client key>" |
||||
MAST_SCOPE="read:accounts" |
||||
|
||||
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 |
Loading…
Reference in new issue