Changed HASH_SALT to APP_SECRET.

This commit is contained in:
Mike Cao 2022-12-27 21:38:23 -08:00
parent cad0b73e42
commit 7bbed0e12b
5 changed files with 11 additions and 70 deletions

View file

@ -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"