mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2025-12-15 10:34:43 -05:00
feat: Implement dynamic accent color selection and refactor appearance settings
This commit is contained in:
@@ -7,6 +7,12 @@ HOSTNAME=0.0.0.0
|
||||
AUTH_SECRET=replace-with-strong-secret
|
||||
|
||||
# Database (Postgres)
|
||||
# These are required for Docker container initialization
|
||||
POSTGRES_USER=beenvoice
|
||||
POSTGRES_PASSWORD=beenvoice
|
||||
POSTGRES_DB=beenvoice
|
||||
|
||||
# Connect string for the app
|
||||
DATABASE_URL=postgres://beenvoice:beenvoice@db:5432/beenvoice
|
||||
# Disable SSL for Docker local Postgres; set to false or remove for managed Postgres
|
||||
DB_DISABLE_SSL=true
|
||||
|
||||
Reference in New Issue
Block a user