9 lines
195 B
Bash
9 lines
195 B
Bash
# ContainerName
|
|
SERVER_NAME=wygiwyh
|
|
# Secret key for encryption
|
|
SECRET_KEY=super_secure_string
|
|
# Database Config
|
|
DB_NAME=sql-database
|
|
SQL_USER=username
|
|
SQL_PASSWORD=changeme
|
|
SQL_DATABASE=changeme |