DB_USER=postgres DB_PASSWORD=supersecurepassword123987 DB_NAME=advent DATABASE_URL="postgresql://${DB_USER}:${DB_PASSWORD}@postgres:5432/${DB_NAME}" #DATABASE_URL="postgresql://${DB_USER}:${DB_PASSWORD}@localhost:5432/${DB_NAME}" REDIS_URL=redis://redis:6379/ #REDIS_URL=redis://127.0.0.1:6379/ PROD=true # Set's the hostname for oauth #OAUTH_HOST=advent.codes # Enable global day unlock via the settings table #GLOBAL_UNLOCK_ENABLED=true # Comma separated list of DIDs allowed to access the /admin page #ADMIN_DIDS=did:plc:example1,did:plc:example2 # Challenge account. The account that writes some records for challenges CHALLENGE_PDS=https://skeetcentral.com CHALLENGE_IDENTITY= CHALLENGE_PASSWORD=