Files
cobaKeuangan/.env.example

11 lines
529 B
Plaintext

KEYCLOAK_URL="https://auth.rssa.top"
KEYCLOAK_SECRET="32HslhZ8Hn97SsbxcmowhXvmNZ9cPGNE"
KEYCLOAK_CLIENT="keuangan-firman"
KEYCLOAK_REALM="sandbox"
KEYCLOAK_REDIRECT_URL="http://localhost:3000"
KEYCLOAK_ISSUER="https://auth.rssa.top/realms/sandbox"
AUTH_ORIGIN="http://localhost:3000"
# MONGODB_URI='mongodb://admin:*****@10.10.123.206:27017/?retryWrites=true&loadBalanced=false&serverSelectionTimeoutMS=5000&connectTimeoutMS=10000&authSource=admin&authMechanism=SCRAM-SHA-1'
MONGODB_URI='mongodb://10.10.123.206:27017/keuangan'