mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Changed HASH_SALT to APP_SECRET.
This commit is contained in:
parent
cad0b73e42
commit
7bbed0e12b
5 changed files with 11 additions and 70 deletions
2
app.json
2
app.json
|
|
@ -6,7 +6,7 @@
|
|||
"repository": "https://github.com/umami-software/umami",
|
||||
"addons": ["heroku-postgresql"],
|
||||
"env": {
|
||||
"HASH_SALT": {
|
||||
"APP_SECRET": {
|
||||
"description": "Used to generate unique values for your installation",
|
||||
"required": true,
|
||||
"generator": "secret"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue