This commit is contained in:
2022-03-27 22:54:11 +08:00
parent b57e1a9233
commit 4ed92568d8
2 changed files with 24 additions and 5 deletions

10
.env.sample Normal file
View File

@@ -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