mirror of https://github.com/LemmyNet/lemmy.git
Fixing ansible deploy.
parent
bb3dbe041d
commit
8da44c343d
|
@ -1,9 +1,11 @@
|
||||||
{
|
{
|
||||||
database: {
|
database: {
|
||||||
password: "{{ postgres_password }}"
|
password: "{{ postgres_password }}"
|
||||||
|
host: "lemmy_db"
|
||||||
}
|
}
|
||||||
hostname: "{{ domain }}"
|
hostname: "{{ domain }}"
|
||||||
jwt_secret: "{{ jwt_password }}"
|
jwt_secret: "{{ jwt_password }}"
|
||||||
|
front_end_dir: "/app/dist"
|
||||||
email: {
|
email: {
|
||||||
smtp_server: "{{ smtp_server }}"
|
smtp_server: "{{ smtp_server }}"
|
||||||
smtp_login: "{{ smtp_login }}"
|
smtp_login: "{{ smtp_login }}"
|
||||||
|
|
Loading…
Reference in New Issue