Browse Source

connecting to kemdikbud.go.id

andi 2 years ago
parent
commit
285ddc9d10
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .env
  2. 1 1
      Jenkinsfile

+ 2 - 2
.env

@@ -1,7 +1,7 @@
-BASE_URL=https://api.sidali.sixsenz.net
+BASE_URL=https://api.sidali.kemdikbud.go.id
 PORT=5000
 SECRET=3d3eb3d842f4e595048f1806ca815f8092e29fb6b98a30dff0b8241ad0e6c273
-MONGO_URL=mongodb://production.sidali.sixsenz.net:50010/ptb-db
+MONGO_URL=mongodb://mongodb-production.sidali.kemdikbud.go.id:50010/ptb-db
 TOKEN_DEVELOPMENT=77aecfec-10ac-3b4f-ab59-3fbfbeed6324
 TOKEN_PRODUCTION=5b62f743-eef2-3370-8c66-6951b2e9c2c5
 TOKEN_AUTO=5j12h43g6hj2367234k57

+ 1 - 1
Jenkinsfile

@@ -10,7 +10,7 @@ node {
   def registryCredential
   try {
     // environment {
-      registryAddress = "https://registry.sidali.sixsenz.net"
+      registryAddress = "https://registry.sidali.kemdikbud.go.id
       registryCredential = 'DockerRegistry-ID'
     // }