mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-05 15:09:32 +00:00
Fix example database URI
This commit is contained in:
parent
a3f45a001b
commit
f20296bc1b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
TAKAHE_DATABASE_SERVER="sqlite://takahe.db"
|
||||
TAKAHE_DATABASE_SERVER="postgres://postgres@localhost/takahe"
|
||||
TAKAHE_DEBUG=true
|
||||
TAKAHE_SECRET_KEY="insecure_secret"
|
||||
TAKAHE_CSRF_TRUSTED_ORIGINS=["http://127.0.0.1:8000", "https://127.0.0.1:8000"]
|
||||
|
|
Loading…
Reference in a new issue