allowed origins moved to env
This commit is contained in:
parent
e3f893ac2d
commit
05ed7dc868
4 changed files with 24 additions and 17 deletions
1
api.env
1
api.env
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue