|
|
@ -8,8 +8,6 @@ authserver: |
|
|
connString: "Server=es-st-sqldb,1433;Database=EShopOnAbp_Identity;User Id=sa;password=myPassw@rd;MultipleActiveResultSets=true" |
|
|
connString: "Server=es-st-sqldb,1433;Database=EShopOnAbp_Identity;User Id=sa;password=myPassw@rd;MultipleActiveResultSets=true" |
|
|
administrationService: |
|
|
administrationService: |
|
|
connString: "Server=es-st-sqldb,1433;Database=EShopOnAbp_Administration;User Id=sa;password=myPassw@rd;MultipleActiveResultSets=true" |
|
|
connString: "Server=es-st-sqldb,1433;Database=EShopOnAbp_Administration;User Id=sa;password=myPassw@rd;MultipleActiveResultSets=true" |
|
|
saasService: |
|
|
|
|
|
connString: "Server=es-st-sqldb,1433;Database=EShopOnAbp_Saas;User Id=sa;password=myPassw@rd;MultipleActiveResultSets=true" |
|
|
|
|
|
dotnetEnv: Staging |
|
|
dotnetEnv: Staging |
|
|
redisHost: es-st-redis |
|
|
redisHost: es-st-redis |
|
|
rabbitmqHost: es-st-rabbitmq |
|
|
rabbitmqHost: es-st-rabbitmq |
|
|
@ -57,7 +55,6 @@ identity: |
|
|
connectionStrings: |
|
|
connectionStrings: |
|
|
identityService: "Server=es-st-sqldb,1433;Database=EShopOnAbp_Identity;User Id=sa;password=myPassw@rd;MultipleActiveResultSets=true" |
|
|
identityService: "Server=es-st-sqldb,1433;Database=EShopOnAbp_Identity;User Id=sa;password=myPassw@rd;MultipleActiveResultSets=true" |
|
|
administrationService: "Server=es-st-sqldb,1433;Database=EShopOnAbp_Administration;User Id=sa;password=myPassw@rd;MultipleActiveResultSets=true" |
|
|
administrationService: "Server=es-st-sqldb,1433;Database=EShopOnAbp_Administration;User Id=sa;password=myPassw@rd;MultipleActiveResultSets=true" |
|
|
saasService: "Server=es-st-sqldb,1433;Database=EShopOnAbp_Saas;User Id=sa;password=myPassw@rd;MultipleActiveResultSets=true" |
|
|
|
|
|
authServer: |
|
|
authServer: |
|
|
authority: http://eshop-st-authserver |
|
|
authority: http://eshop-st-authserver |
|
|
requireHttpsMetadata: "false" |
|
|
requireHttpsMetadata: "false" |
|
|
@ -72,7 +69,6 @@ identity: |
|
|
publicWebGatewayRootUrl: https://eshop-st-gateway-web-public/ |
|
|
publicWebGatewayRootUrl: https://eshop-st-gateway-web-public/ |
|
|
identityServiceRootUrl: https://eshop-st-identity/ |
|
|
identityServiceRootUrl: https://eshop-st-identity/ |
|
|
administrationServiceRootUrl: https://eshop-st-administration/ |
|
|
administrationServiceRootUrl: https://eshop-st-administration/ |
|
|
saasServiceRootUrl: https://eshop-st-saas/ |
|
|
|
|
|
ingress: |
|
|
ingress: |
|
|
host: eshop-st-identity |
|
|
host: eshop-st-identity |
|
|
image: |
|
|
image: |
|
|
@ -87,7 +83,6 @@ administration: |
|
|
corsOrigins: https://eshop-st-gateway-web,https://eshop-st-gateway-web-public,https://eshop-st-gateway-internal |
|
|
corsOrigins: https://eshop-st-gateway-web,https://eshop-st-gateway-web-public,https://eshop-st-gateway-internal |
|
|
connectionStrings: |
|
|
connectionStrings: |
|
|
administrationService: "Server=es-st-sqldb,1433;Database=EShopOnAbp_Administration;User Id=sa;password=myPassw@rd;MultipleActiveResultSets=true" |
|
|
administrationService: "Server=es-st-sqldb,1433;Database=EShopOnAbp_Administration;User Id=sa;password=myPassw@rd;MultipleActiveResultSets=true" |
|
|
saasService: "Server=es-st-sqldb,1433;Database=EShopOnAbp_Saas;User Id=sa;password=myPassw@rd;MultipleActiveResultSets=true" |
|
|
|
|
|
authServer: |
|
|
authServer: |
|
|
authority: http://eshop-st-authserver |
|
|
authority: http://eshop-st-authserver |
|
|
requireHttpsMetadata: "false" |
|
|
requireHttpsMetadata: "false" |
|
|
@ -131,10 +126,6 @@ gateway-web: |
|
|
schema: http |
|
|
schema: http |
|
|
host: eshop-st-administration |
|
|
host: eshop-st-administration |
|
|
port: 80 |
|
|
port: 80 |
|
|
saasService: |
|
|
|
|
|
schema: http |
|
|
|
|
|
host: eshop-st-saas |
|
|
|
|
|
port: 80 |
|
|
|
|
|
|
|
|
|
|
|
# gateway-web-public sub-chart override |
|
|
# gateway-web-public sub-chart override |
|
|
gateway-web-public: |
|
|
gateway-web-public: |
|
|
|