9 lines
327 B
Bash
9 lines
327 B
Bash
|
CMD_DB_DIALECT=postgres
|
||
|
CMD_DB_HOST='postgres.{{ domain }}'
|
||
|
CMD_DB_DATABASE=hedgedoc
|
||
|
CMD_DB_USERNAME='{{ hedgedoc_secrets["postgres_user"] }}'
|
||
|
CMD_DB_PASSWORD='{{ hedgedoc_secrets["postgres_password"] }}'
|
||
|
CMD_DOMAIN='hedgedoc.{{ domain }}'
|
||
|
CMD_PROTOCOL_USESSL=true
|
||
|
CMD_SESSION_SECRET='{{ hedgedoc_secrets["session_secret"] }}'
|