# 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"