vikunja: add jwt to test instance
yaml is overriden fully as it is a multiline string...
This commit is contained in:
parent
fc8f8e7932
commit
3122e6ef1c
|
@ -29,6 +29,9 @@ data:
|
||||||
clientsecret: "${client_secret}"
|
clientsecret: "${client_secret}"
|
||||||
service:
|
service:
|
||||||
frontendurl: "https://do-test.${domain}"
|
frontendurl: "https://do-test.${domain}"
|
||||||
|
motd: "This is a test instance, do not use for production data as it can vanish without notice! Use Stackspin login, as usual."
|
||||||
|
timezone: "CET"
|
||||||
|
JWTSecret: "${jwt}"
|
||||||
database:
|
database:
|
||||||
type: postgres
|
type: postgres
|
||||||
host: vikunja-test-postgresql
|
host: vikunja-test-postgresql
|
||||||
|
|
|
@ -37,6 +37,7 @@ data:
|
||||||
password: "${outgoing_mail_smtp_password}"
|
password: "${outgoing_mail_smtp_password}"
|
||||||
fromemail: "${outgoing_mail_from_address}"
|
fromemail: "${outgoing_mail_from_address}"
|
||||||
forcessl: true
|
forcessl: true
|
||||||
|
# TODO Configure PVC for file uploads
|
||||||
service:
|
service:
|
||||||
frontendurl: "https://do.${domain}"
|
frontendurl: "https://do.${domain}"
|
||||||
motd: "Please allow public profile discovery in settings!"
|
motd: "Please allow public profile discovery in settings!"
|
||||||
|
|
Loading…
Reference in New Issue