spring: datasource: url: ${DB_URL:jdbc:postgresql://localhost:5432/kcgdb?currentSchema=kcg,public} username: ${DB_USERNAME:kcg_user} password: ${DB_PASSWORD:kcg_pass} app: jwt: secret: ${JWT_SECRET:local-dev-secret-key-32chars-minimum!!} expiration-ms: ${JWT_EXPIRATION_MS:86400000} google: client-id: ${GOOGLE_CLIENT_ID:YOUR_GOOGLE_CLIENT_ID} auth: allowed-domain: ${AUTH_ALLOWED_DOMAIN:gcsc.co.kr} collector: open-sky-client-id: ${OPENSKY_CLIENT_ID:YOUR_OPENSKY_CLIENT_ID} open-sky-client-secret: ${OPENSKY_CLIENT_SECRET:YOUR_OPENSKY_CLIENT_SECRET} prediction-base-url: ${PREDICTION_BASE_URL:http://localhost:8001} cors: allowed-origins: ${APP_CORS_ALLOWED_ORIGINS:http://localhost:5174,http://localhost:5173}