Browse Source

Change connectionstrings

pull/37/head
Halil İbrahim Kalkan 5 years ago
parent
commit
f449421ed8
  1. 4
      apps/auth-server/src/EShopOnAbp.AuthServer/appsettings.json
  2. 2
      services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Host/appsettings.json
  3. 4
      services/catalog/src/EShopOnAbp.CatalogService.HttpApi.Host/appsettings.json
  4. 4
      services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/appsettings.json
  5. 4
      services/ordering/src/EShopOnAbp.OrderingService.HttpApi.Host/appsettings.json
  6. 4
      services/payment/src/EShopOnAbp.PaymentService.HttpApi.Host/appsettings.json

4
apps/auth-server/src/EShopOnAbp.AuthServer/appsettings.json

@ -13,8 +13,8 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"IdentityService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Identity;Pooling=false;",
"AdministrationService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;"
"IdentityService": "User ID=root;Password=root;Host=localhost;Port=5432;Database=EShopOnAbp_Identity;Pooling=false;",
"AdministrationService": "User ID=root;Password=root;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;"
},
"StringEncryption": {
"DefaultPassPhrase": "gsKnGZ041HLL4IM8"

2
services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Host/appsettings.json

@ -33,7 +33,7 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"AdministrationService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;"
"AdministrationService": "User ID=root;Password=root;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;"
},
"StringEncryption": {
"DefaultPassPhrase": "gsKnGZ041HLL4IM8"

4
services/catalog/src/EShopOnAbp.CatalogService.HttpApi.Host/appsettings.json

@ -18,8 +18,8 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"CatalogService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Catalog;Pooling=false;",
"AdministrationService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;"
"CatalogService": "User ID=root;Password=root;Host=localhost;Port=5432;Database=EShopOnAbp_Catalog;Pooling=false;",
"AdministrationService": "User ID=root;Password=root;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;"
},
"StringEncryption": {
"DefaultPassPhrase": "cca88WgRXnVk07rx"

4
services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/appsettings.json

@ -18,8 +18,8 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"IdentityService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Identity;Pooling=false;",
"AdministrationService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;"
"IdentityService": "User ID=root;Password=root;Host=localhost;Port=5432;Database=EShopOnAbp_Identity;Pooling=false;",
"AdministrationService": "User ID=root;Password=root;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;"
},
"StringEncryption": {
"DefaultPassPhrase": "gsKnGZ041HLL4IM8"

4
services/ordering/src/EShopOnAbp.OrderingService.HttpApi.Host/appsettings.json

@ -18,8 +18,8 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"OrderingService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Ordering;Pooling=false",
"AdministrationService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;"
"OrderingService": "User ID=root;Password=root;Host=localhost;Port=5432;Database=EShopOnAbp_Ordering;Pooling=false",
"AdministrationService": "User ID=root;Password=root;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;"
},
"StringEncryption": {
"DefaultPassPhrase": "0f000WgRXnVk0704"

4
services/payment/src/EShopOnAbp.PaymentService.HttpApi.Host/appsettings.json

@ -18,8 +18,8 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"PaymentService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Payment;Pooling=false;",
"AdministrationService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;"
"PaymentService": "User ID=root;Password=root;Host=localhost;Port=5432;Database=EShopOnAbp_Payment;Pooling=false;",
"AdministrationService": "User ID=root;Password=root;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;"
},
"StringEncryption": {
"DefaultPassPhrase": "abc55ABArnzv0407"

Loading…
Cancel
Save