Bläddra i källkod

Update 'docker-compose.yml'

avinash.b 1 år sedan
förälder
incheckning
10032a88f5
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml Visa fil

39
       - ConnectionStrings__common_nsdb=qa_common_tenant
39
       - ConnectionStrings__common_nsdb=qa_common_tenant
40
       - ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
40
       - ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
41
       - ConnectionStrings__postgres=server=localhost;port=5432;Database=postgres;User id=postgres;Password=Bizgaze@123
41
       - ConnectionStrings__postgres=server=localhost;port=5432;Database=postgres;User id=postgres;Password=Bizgaze@123
42
-      - Environment=test
42
+      - Environment=prod
43
     depends_on:
43
     depends_on:
44
       - mongodb
44
       - mongodb
45
       - postgresql
45
       - postgresql

Laddar…
Avbryt
Spara