Merge pull request #43 from Ocelot-Social-Community/42-configure-COOKIE_EXPIRE_TIME
feat: 🍰 Configure Cookie Expire Time
This commit is contained in:
commit
7f5d884bd7
13
TODO-next-update.md
Normal file
13
TODO-next-update.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Todo For Next Update
|
||||
|
||||
When you overtake this deploy and rebrand repo to your network you have to recognize the following changes and doings …
|
||||
|
||||
## This Latest Version > 1.0.7 with 'ocelotDockerVersionTag' 1.0.7-171
|
||||
|
||||
### PR – feat: 🍰 Configure Cookie Expire Time #43
|
||||
|
||||
- You have to add the `COOKIE_EXPIRE_TIME` from the `deployment/kubernetes/values.template.yaml` to your `deployment/kubernetes/values.yaml` and set it to your prevered value.
|
||||
|
||||
## Version 1.0.7 with 'ocelotDockerVersionTag' 1.0.7-171
|
||||
|
||||
- No informations.
|
||||
@ -14,5 +14,6 @@ data:
|
||||
HOST: "0.0.0.0"
|
||||
PUBLIC_REGISTRATION: "{{ .Values.PUBLIC_REGISTRATION }}"
|
||||
INVITE_REGISTRATION: "{{ .Values.INVITE_REGISTRATION }}"
|
||||
COOKIE_EXPIRE_TIME: "{{ .Values.COOKIE_EXPIRE_TIME }}"
|
||||
WEBSOCKETS_URI: "{{ .Values.WEBAPP.WEBSOCKETS_URI }}"
|
||||
GRAPHQL_URI: "http://{{ .Release.Name }}-backend:4000"
|
||||
@ -3,6 +3,7 @@
|
||||
# change all the below if needed
|
||||
PUBLIC_REGISTRATION: false
|
||||
INVITE_REGISTRATION: false
|
||||
COOKIE_EXPIRE_TIME: 730 # days (730 days, two years is the default in main code)
|
||||
|
||||
BACKEND:
|
||||
# change all the below if needed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user