Fixing ansible deploy.
This commit is contained in:
parent
c31fe3857c
commit
807dd8d82c
1 changed files with 2 additions and 0 deletions
2
ansible/templates/config.hjson
vendored
2
ansible/templates/config.hjson
vendored
|
@ -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 }}"
|
||||||
|
|
Reference in a new issue