7 lines
136 B
Bash
7 lines
136 B
Bash
|
|
# ContainerName
|
||
|
|
SERVER_NAME=wygiwyh
|
||
|
|
# Database Config
|
||
|
|
DB_NAME=sql-database
|
||
|
|
SQL_USER=username
|
||
|
|
SQL_PASSWORD=changeme
|
||
|
|
SQL_DATABASE=changeme
|