|
@@ -35,8 +35,8 @@ services:
|
35
|
35
|
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
36
|
36
|
environment:
|
37
|
37
|
- appversion=1045
|
38
|
|
- - ConnectionStrings__common=server=postgresql_${containername};port=2424;Database=bizgaze_common_demo_0905;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
|
39
|
|
- - ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
|
|
38
|
+ - ConnectionStrings__common=server=postgresql_${containername};port=2424;Database=qa_common_tenant;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
|
|
39
|
+ - ConnectionStrings__common_nsdb=qa_common_tenant
|
40
|
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
|
41
|
- ConnectionStrings__postgres=server=localhost;port=5432;Database=postgres;User id=postgres;Password=Bizgaze@123
|
42
|
42
|
depends_on:
|