allowed origins moved to env

This commit is contained in:
nquidox 2025-09-29 21:49:25 +03:00
parent e3f893ac2d
commit 05ed7dc868
4 changed files with 24 additions and 17 deletions

View file

@ -3,6 +3,7 @@ APP_PORT=9000
APP_LOGLVL=Info
APP_API_PREFIX=/api/v2
APP_GIN_MODE=development
APP_ALLOWED_ORIGINS=http://localhost:5173,
DB_HOST=
DB_PORT=