GoHome/config/public
2022-07-28 22:02:50 +02:00

14 lines
228 B
Plaintext

# Database Config
## Database Port
DB_PORT="3306"
## Database User
DB_USER="dbuser"
## Database Port
DB_PORT="testdb"
## Database name
DB_NAME="testdb"
# Port Mapping
FRONTEND_PORT="30381"
BACKEND_PORT="30382"
HAPROXY_PORT="80"