Browse Source

Merge remote-tracking branch 'repo-develop/master'

yazid138 3 years ago
parent
commit
2e3fbe5df2
2 changed files with 5 additions and 4 deletions
  1. 4 3
      .env
  2. 1 1
      Jenkinsfile

+ 4 - 3
.env

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

+ 1 - 1
Jenkinsfile

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