karrot/.env.sample
2022-09-25 14:15:22 +02:00

16 lines
336 B
Plaintext

TYPE=karrot
DOMAIN=karrot.example.com
LETS_ENCRYPT_ENV=production
# account id for maxmind (for GeoIP)
MAXMIND_ACCOUNT_ID=
# License key for maxmind
MAXMIND_LICENSE_KEY=
# if I set this it fails with:
# TypeError: SelectorEventLoop required, instead got: <uvloop.Loop running=False closed=False debug=False>
#LISTEN_CONCURRENCY=4