GoHome/config/public

14 lines
228 B
Plaintext
Raw Normal View History

2022-07-28 21:49:44 +02:00
# Database Config
## Database Port
DB_PORT="3306"
## Database User
DB_USER="dbuser"
## Database Port
DB_PORT="testdb"
## Database name
2022-07-28 22:02:50 +02:00
DB_NAME="testdb"
# Port Mapping
FRONTEND_PORT="30381"
BACKEND_PORT="30382"
HAPROXY_PORT="80"