arrowcounter/.env.debug

8 lines
150 B
Plaintext

DEBUG=true
POSTGRES_HOST=localhost
POSTGRES_DB=arrowcounter
POSTGRES_USER=arrowcounter
POSTGRES_PASSWORD=password
SECURITY_KEY=malusa
ALLOWED_HOSTS=*