adding back .env.example
This commit is contained in:
parent
97d7420f17
commit
8dbf221908
12
go/.env.example
Normal file
12
go/.env.example
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Database configuration
|
||||
DB_HOST=db
|
||||
DB_PORT=3306
|
||||
DB_USER=cmc
|
||||
DB_PASSWORD=xVRQI&cA?7AU=hqJ!%au
|
||||
DB_NAME=cmc
|
||||
|
||||
# Root database password (for dbshell-root)
|
||||
DB_ROOT_PASSWORD=secureRootPassword
|
||||
|
||||
# Server configuration
|
||||
PORT=8080
|
||||
Loading…
Reference in a new issue