ninja: set app key and cipher

This commit is contained in:
xeruf 2022-11-15 11:44:24 +00:00
parent e420f1f78a
commit 6887d560bf
1 changed files with 3 additions and 0 deletions

View File

@ -33,12 +33,15 @@ data:
password: "${redis_password}"
debug: true
appKey: "${app_key}"
appURL: "https://ninja.${domain}"
userEmail: "${admin_email}"
userPassword: "${password}"
mailer: "smtp" # FIXME use "${outgoing_mail_enabled}"
# https://github.com/invoiceninja/invoiceninja/blob/v5-stable/config/mail.php#L36
extraEnvVars:
- name: APP_CIPHER
value: AES-256-CBC
- name: MAIL_MAILER
value: smtp
- name: MAIL_HOST