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}"
|
||||
service:
|
||||
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:
|
||||
type: postgres
|
||||
host: vikunja-test-postgresql
|
||||
|
|
|
@ -37,6 +37,7 @@ data:
|
|||
password: "${outgoing_mail_smtp_password}"
|
||||
fromemail: "${outgoing_mail_from_address}"
|
||||
forcessl: true
|
||||
# TODO Configure PVC for file uploads
|
||||
service:
|
||||
frontendurl: "https://do.${domain}"
|
||||
motd: "Please allow public profile discovery in settings!"
|
||||
|
|
Loading…
Reference in New Issue