aboutsummaryrefslogtreecommitdiffstats
path: root/docker/.env.sample
blob: 0ee7c4f26c4933ffd262cef7a1e4110553172ede (plain) (blame)
1
2
3
4
5
6
# See https://docs.karakeep.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 | tr -dc 'A-Za-z0-9'>]
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=[generate with <openssl rand -base64 36>]