v1.0.0
This commit is contained in:
10
.env.sample
Normal file
10
.env.sample
Normal 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
|
||||
Reference in New Issue
Block a user