aboutsummaryrefslogtreecommitdiffstats
path: root/docker/.env.sample
blob: 0b1471a005ed597e9e2eb937c1e79f3aba931ff7 (plain) (blame)
1
2
3
4
5
6
# See https://docs.hoarder.app/configuration for more information
DATA_DIR=/data
MEILI_ADDR=http://127.0.0.1:7700
MEILI_MASTER_KEY=[generate with <openssl rand -base64 36>]
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=[generate with <openssl rand -base64 36>]