|
|
@ -3,6 +3,8 @@ MAST_CLIENT="<your client id>" |
|
|
|
MAST_SECRET="<your client key>" |
|
|
|
MAST_SECRET="<your client key>" |
|
|
|
MAST_SCOPE="read:accounts" |
|
|
|
MAST_SCOPE="read:accounts" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FRONTEND_WHITELIST="https://hole-thu.github.io" |
|
|
|
|
|
|
|
|
|
|
|
DATABASE_URL="postgres://hole:hole_pass@localhost/hole_v2" |
|
|
|
DATABASE_URL="postgres://hole:hole_pass@localhost/hole_v2" |
|
|
|
MIGRATION_DIRECTORY=migrations/postgres |
|
|
|
MIGRATION_DIRECTORY=migrations/postgres |
|
|
|
REDIS_URL="redis://127.0.0.1:6379" |
|
|
|
REDIS_URL="redis://127.0.0.1:6379" |
|
|
|