Ver código fonte

--kemdikbud.go.id

andi 3 anos atrás
pai
commit
c645ceea40
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      .env
  2. 1 1
      Jenkinsfile

+ 1 - 1
.env

@@ -1,4 +1,4 @@
-BASE_URL=https://api.dev-sidali.sixsenz.net
+BASE_URL=https://dev.api.sidali.kemdikbud.go.id
 PORT=5000
 SECRET=3d3eb3d842f4e595048f1806ca815f8092e29fb6b98a30dff0b8241ad0e6c273
 

+ 1 - 1
Jenkinsfile

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