Files
docker_compose/WYGIWYH/.env

9 lines
195 B
Bash
Raw Normal View History

2026-01-28 11:59:56 +01:00
# ContainerName
SERVER_NAME=wygiwyh
2026-01-30 08:35:21 +01:00
# Secret key for encryption
SECRET_KEY=super_secure_string
2026-01-28 11:59:56 +01:00
# Database Config
DB_NAME=sql-database
SQL_USER=username
SQL_PASSWORD=changeme
SQL_DATABASE=changeme