mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-31 19:17:48 +00:00
doc: update .env.example (#9556)
- add more info on SECRET_KEY_BASE - add a link to env variable section in selfhosted docs Fixes https://github.com/chatwoot/chatwoot/issues/9517
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
|
# Learn about the various environment variables at
|
||||||
|
# https://www.chatwoot.com/docs/self-hosted/configuration/environment-variables/#rails-production-variables
|
||||||
|
|
||||||
# Used to verify the integrity of signed cookies. so ensure a secure value is set
|
# Used to verify the integrity of signed cookies. so ensure a secure value is set
|
||||||
|
# SECRET_KEY_BASE should be alphanumeric. Avoid special characters or symbols.
|
||||||
|
# Use `rake secret` to generate this variable
|
||||||
SECRET_KEY_BASE=replace_with_lengthy_secure_hex
|
SECRET_KEY_BASE=replace_with_lengthy_secure_hex
|
||||||
|
|
||||||
# Replace with the URL you are planning to use for your app
|
# Replace with the URL you are planning to use for your app
|
||||||
|
|||||||
Reference in New Issue
Block a user