Add settings outer and inner port

This commit is contained in:
valitovgaziz
2024-11-22 03:27:32 +05:00
parent 63e468e3b1
commit c80606a994
3 changed files with 10 additions and 12 deletions
+3
View File
@@ -16,3 +16,6 @@ GOOSE_DRIVER=postgres
GOOSE_DBSTRING='user=postgres dbname=postgres sslmode=disable'
GOOSE_MIGRATION_DIR=migrations
# SPA on VUE.js
INNERPORT=8088
OUTERPORT=8088