Compare commits
No commits in common. "460f941a8bc2d59c8e27fcf38ce45aa3e4e2103c" and "89b7936671cd8f857284d325902ef9e6d3cd1eb9" have entirely different histories.
460f941a8b
...
89b7936671
@ -27,15 +27,9 @@ app:
|
|||||||
expiration-ms: ${JWT_EXPIRATION:86400000} # 24시간
|
expiration-ms: ${JWT_EXPIRATION:86400000} # 24시간
|
||||||
google:
|
google:
|
||||||
client-id: ${GOOGLE_CLIENT_ID:}
|
client-id: ${GOOGLE_CLIENT_ID:}
|
||||||
# Optional: allow multiple audiences (comma-separated) for shared auth across multiple frontends.
|
allowed-email-domain: gcsc.co.kr
|
||||||
client-ids: ${GOOGLE_CLIENT_IDS:${GOOGLE_CLIENT_ID:}}
|
|
||||||
allowed-email-domain: ${ALLOWED_EMAIL_DOMAIN:gcsc.co.kr}
|
|
||||||
wing:
|
|
||||||
ais:
|
|
||||||
upstream-base: ${WING_AIS_UPSTREAM_BASE:http://211.208.115.83:8041}
|
|
||||||
timeout-ms: ${WING_AIS_TIMEOUT_MS:20000}
|
|
||||||
cors:
|
cors:
|
||||||
allowed-origins: ${CORS_ORIGINS:http://localhost:5173,http://localhost:5175,http://127.0.0.1:5175,https://guide.gc-si.dev,https://wing.gc-si.dev}
|
allowed-origins: ${CORS_ORIGINS:http://localhost:5173,https://guide.gc-si.dev}
|
||||||
|
|
||||||
# SpringDoc / Swagger
|
# SpringDoc / Swagger
|
||||||
springdoc:
|
springdoc:
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user