diff --git a/config/public b/config/public index 0fb7a8c..9bf7e24 100644 --- a/config/public +++ b/config/public @@ -6,4 +6,9 @@ DB_USER="dbuser" ## Database Port DB_PORT="testdb" ## Database name -DB_NAME="testdb" \ No newline at end of file +DB_NAME="testdb" + +# Port Mapping +FRONTEND_PORT="30381" +BACKEND_PORT="30382" +HAPROXY_PORT="80" \ No newline at end of file