perbaikan setting pinia dan simpan user role belum fix, ad env.example

This commit is contained in:
2025-06-05 15:20:22 +07:00
parent 35772f38c9
commit fe32e13ca4
16 changed files with 514 additions and 87 deletions
+11
View File
@@ -0,0 +1,11 @@
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'