diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..9a219ce --- /dev/null +++ b/.env.example @@ -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' \ No newline at end of file diff --git a/components/Master/formDetail.vue b/components/Master/formDetail.vue index 6d423a4..48f146d 100644 --- a/components/Master/formDetail.vue +++ b/components/Master/formDetail.vue @@ -1,28 +1,17 @@