mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-03-14 15:32:40 +00:00
parent
2b23a224e5
commit
a9741e15d6
1 changed files with 1 additions and 1 deletions
2
ansible/templates/env
vendored
2
ansible/templates/env
vendored
|
@ -1,4 +1,4 @@
|
|||
DOMAIN={{ domain }}
|
||||
DATABASE_PASSWORD={{ postgres_password }}
|
||||
DATABASE_URL=postgres://lemmy:{{ postgres_password }}@db:5432/lemmy
|
||||
DATABASE_URL=postgres://lemmy:{{ postgres_password }}@lemmy_db:5432/lemmy
|
||||
JWT_SECRET={{ jwt_password }}
|
||||
|
|
Loading…
Reference in a new issue