spring: datasource: url: ${DB_URL:jdbc:postgresql://211.208.115.83:5432/kcgdb?currentSchema=kcg,public} username: ${DB_USERNAME:kcg_app} password: ${DB_PASSWORD} app: jwt: secret: ${JWT_SECRET} expiration-ms: ${JWT_EXPIRATION_MS:86400000} google: client-id: ${GOOGLE_CLIENT_ID} auth: allowed-domain: ${AUTH_ALLOWED_DOMAIN:gcsc.co.kr} collector: open-sky-client-id: ${OPENSKY_CLIENT_ID:} open-sky-client-secret: ${OPENSKY_CLIENT_SECRET:} prediction-base-url: ${PREDICTION_BASE_URL:http://192.168.1.18:8001} cors: allowed-origins: ${APP_CORS_ALLOWED_ORIGINS:http://localhost:5174,http://localhost:5173,https://kcg.gc-si.dev}