Merge branch 'int' of https://github.com/valueonag/gateway into int
This commit is contained in:
commit
33adccf87d
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ APP_JWT_SECRET_SECRET=dev_jwt_secret_token
|
|||
APP_TOKEN_EXPIRY=300
|
||||
|
||||
# CORS Configuration
|
||||
APP_ALLOWED_ORIGINS=http://localhost:8080,https://playground.poweron-center.net,https://playground-int.poweron-center.net,http://localhost:5176,https://nyla.poweron-center.net
|
||||
APP_ALLOWED_ORIGINS=http://localhost:8080,https://playground.poweron-center.net,https://playground-int.poweron-center.net,http://localhost:5176,https://nyla.poweron-center.net, https://nyla-int.poweron-center.net
|
||||
|
||||
# Logging configuration
|
||||
APP_LOGGING_LOG_LEVEL = INFO
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ APP_JWT_SECRET_SECRET=dev_jwt_secret_token
|
|||
APP_TOKEN_EXPIRY=300
|
||||
|
||||
# CORS Configuration
|
||||
APP_ALLOWED_ORIGINS=http://localhost:8080,https://playground.poweron-center.net,http://localhost:5176,https://nyla.poweron-center.net
|
||||
APP_ALLOWED_ORIGINS=http://localhost:8080,https://playground.poweron-center.net,http://localhost:5176,https://nyla-int.poweron-center.net
|
||||
|
||||
# Logging configuration
|
||||
APP_LOGGING_LOG_LEVEL = INFO
|
||||
|
|
|
|||
Loading…
Reference in a new issue