mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 09:24:00 +00:00
parent
ce9c0b4aa7
commit
28d3207b23
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 }}
|
DOMAIN={{ domain }}
|
||||||
DATABASE_PASSWORD={{ postgres_password }}
|
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 }}
|
JWT_SECRET={{ jwt_password }}
|
||||||
|
|
Loading…
Reference in a new issue