From bdd97be8dd6aca4f035eddc488c21b21ebdee2d5 Mon Sep 17 00:00:00 2001 From: janic Date: Thu, 28 Jul 2022 22:02:50 +0200 Subject: [PATCH] updated public config --- config/public | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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