add cookie secret as env

This commit is contained in:
Zeni Kim 2024-10-15 21:59:03 -05:00
parent 326b15d5f1
commit 04666cf1ab

View file

@ -18,6 +18,7 @@ App_KEY_FILE_PATH=tls/server.key
###### TEMPLATES ###### ###### TEMPLATES ######
####################################### #######################################
TEMPLATE_ENABLE=true TEMPLATE_ENABLE=true
COOKIE_SECRET=13d6b4dff8f84a10851021ec8608f814570d562c92fe6b5ec4c9f595bcb3234b
####################################### #######################################
###### JWT ###### ###### JWT ######