mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
Use secret_key_base from env
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -24,3 +24,5 @@ config/database.yml
|
||||
*.log
|
||||
# Ignore application configuration
|
||||
node_modules
|
||||
|
||||
*.rdb
|
||||
|
||||
@@ -13,5 +13,5 @@ inactive:
|
||||
free:
|
||||
name: 'Free'
|
||||
price: 0
|
||||
trial_period: 14
|
||||
trial_period: 365
|
||||
default_pricing_version: 'v1'
|
||||
|
||||
@@ -19,7 +19,7 @@ test:
|
||||
# Do not keep production secrets in the repository,
|
||||
# instead read values from the environment.
|
||||
production:
|
||||
secret_key_base:
|
||||
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|
||||
|
||||
staging:
|
||||
secret_key_base:
|
||||
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|
||||
|
||||
Reference in New Issue
Block a user