ninja: set app key and cipher
This commit is contained in:
parent
e420f1f78a
commit
6887d560bf
|
@ -33,12 +33,15 @@ data:
|
||||||
password: "${redis_password}"
|
password: "${redis_password}"
|
||||||
|
|
||||||
debug: true
|
debug: true
|
||||||
|
appKey: "${app_key}"
|
||||||
appURL: "https://ninja.${domain}"
|
appURL: "https://ninja.${domain}"
|
||||||
userEmail: "${admin_email}"
|
userEmail: "${admin_email}"
|
||||||
userPassword: "${password}"
|
userPassword: "${password}"
|
||||||
mailer: "smtp" # FIXME use "${outgoing_mail_enabled}"
|
mailer: "smtp" # FIXME use "${outgoing_mail_enabled}"
|
||||||
# https://github.com/invoiceninja/invoiceninja/blob/v5-stable/config/mail.php#L36
|
# https://github.com/invoiceninja/invoiceninja/blob/v5-stable/config/mail.php#L36
|
||||||
extraEnvVars:
|
extraEnvVars:
|
||||||
|
- name: APP_CIPHER
|
||||||
|
value: AES-256-CBC
|
||||||
- name: MAIL_MAILER
|
- name: MAIL_MAILER
|
||||||
value: smtp
|
value: smtp
|
||||||
- name: MAIL_HOST
|
- name: MAIL_HOST
|
||||||
|
|
Loading…
Reference in New Issue