14 lines
399 B
YAML
14 lines
399 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: user-service-config
|
|
namespace: team1tier-healthsync-ns
|
|
data:
|
|
SERVER_PORT: "8081"
|
|
POSTGRES_DB: "healthsync_user"
|
|
|
|
# Google OAuth 설정
|
|
GOOGLE_OAUTH_TOKEN_VERIFY_URL: "https://oauth2.googleapis.com/tokeninfo"
|
|
GOOGLE_OAUTH_USERINFO_URL: "https://www.googleapis.com/oauth2/v2/userinfo"
|
|
GOOGLE_OAUTH_ISSUER: "https://accounts.google.com"
|