modified: .gitignore

new file:   serv_certbot/.env
	new file:   serv_migration/.env
	new file:   serv_nginx/.env
	new file:   serv_rest_api/.env
	new file:   serv_spa/.env
add .env files into all servs
This commit is contained in:
2025-08-08 16:52:11 +05:00
parent ddc1fb1dbb
commit d694795ed7
6 changed files with 39 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
# FRONTEND SPA
HTTP_INNER_PORT=80
HTTP_OUTER_PORT=80
HTTPS_INNER_PORT=443
HTTPS_OUTER_PORT=443