14 lines
479 B
Bash
14 lines
479 B
Bash
NEXT_PUBLIC_API_BASE_URL=http://localhost:4000
|
|
NEXT_PUBLIC_FEEDBACK_ONLY=true
|
|
SUPPORT_CONSOLE_API_BASE_URL=https://feedback.hmac.kr/api/support
|
|
SSO_ISSUER=https://sso.hmac.kr/oidc
|
|
SSO_AUTHORIZATION_ENDPOINT=https://sso.hmac.kr/oidc/oauth2/auth
|
|
SSO_TOKEN_ENDPOINT=https://sso.hmac.kr/oidc/oauth2/token
|
|
SSO_USERINFO_ENDPOINT=https://sso.hmac.kr/oidc/userinfo
|
|
SSO_SCOPE=openid profile email tenants
|
|
SSO_REDIRECT_URI=
|
|
SSO_CLIENT_ID=
|
|
SSO_CLIENT_SECRET=
|
|
JWT_SECRET=
|
|
SUPPORT_TENANT_ID=
|