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

@ -8,7 +8,7 @@ services:
environment:
DATABASE_URL: postgresql://umami:umami@db:5432/umami
DATABASE_TYPE: postgresql
HASH_SALT: replace-me-with-a-random-string
APP_SECRET: replace-me-with-a-random-string
depends_on:
- db
restart: always