|
@@ -35,9 +35,9 @@ services:
|
35
|
35
|
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
36
|
36
|
environment:
|
37
|
37
|
- appversion=1149
|
38
|
|
- - ConnectionStrings__common=server=postgresql_${containername};port=2424;Database=qa_common_tenant;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
|
|
38
|
+ - ConnectionStrings__common=server=192.168.88.104;port=2424;Database=qa_common_tenant;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
|
39
|
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@192.168.88.104:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
|
41
|
41
|
- ConnectionStrings__postgres=server=localhost;port=5432;Database=postgres;User id=postgres;Password=Bizgaze@123
|
42
|
42
|
- Environment=test
|
43
|
43
|
depends_on:
|