11 lines
265 B
Bash
11 lines
265 B
Bash
DB_HOST=itam-mysql
|
|
DB_PORT=3306
|
|
DB_USER=itam
|
|
DB_PASS=itam1234
|
|
DB_NAME=itam
|
|
CLIENT_ID=c89acfda-789b-45fb-bab6-7ebfa4c6a9b4
|
|
ISSUER=https://sso.hmac.kr/oidc
|
|
REDIRECT_URI=http://172.16.9.44:8080/callback
|
|
JWKS_URI=http://172.16.9.44:8080/.well-known/jwks.json
|
|
PORT=3000
|