karrot/.env.sample

19 lines
377 B
Plaintext
Raw Normal View History

2022-09-25 10:07:30 +00:00
SECRET_KEY=foobar
LISTEN_SERVER=uvicorn
# if I set this it fails with:
# TypeError: SelectorEventLoop required, instead got: <uvloop.Loop running=False closed=False debug=False>
#LISTEN_CONCURRENCY=4
LISTEN_HOST=0.0.0.0
DATABASE_HOST=postgres
DATABASE_PORT=5432
DATABASE_NAME=karrot
DATABASE_USER=karrot
DATABASE_PASSWORD=karrot
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_DB=0