this repo has no description
at main 20 lines 704 B view raw
1DB_USER=postgres 2DB_PASSWORD=supersecurepassword123987 3DB_NAME=advent 4DATABASE_URL="postgresql://${DB_USER}:${DB_PASSWORD}@postgres:5432/${DB_NAME}" 5#DATABASE_URL="postgresql://${DB_USER}:${DB_PASSWORD}@localhost:5432/${DB_NAME}" 6REDIS_URL=redis://redis:6379/ 7#REDIS_URL=redis://127.0.0.1:6379/ 8PROD=true 9# Set's the hostname for oauth 10#OAUTH_HOST=advent.codes 11 12# Enable global day unlock via the settings table 13#GLOBAL_UNLOCK_ENABLED=true 14# Comma separated list of DIDs allowed to access the /admin page 15#ADMIN_DIDS=did:plc:example1,did:plc:example2 16 17# Challenge account. The account that writes some records for challenges 18CHALLENGE_PDS=https://skeetcentral.com 19CHALLENGE_IDENTITY= 20CHALLENGE_PASSWORD=