Browse Source

feat(project): add single project

pull/802/head
cKey 3 years ago
parent
commit
bd416e2529
  1. 26
      aspnet-core/migrations/LY.MicroService.Applications.Single.DbMigrator/appsettings.json

26
aspnet-core/migrations/LY.MicroService.Applications.Single.DbMigrator/appsettings.json

@ -1,18 +1,18 @@
{ {
"ConnectionStrings": { "ConnectionStrings": {
"Default": "Server=sh-cdb-lvzq42lm.sql.tencentcdb.com;Port=63777;Database=platform;User Id=root;Password=72d2r)*hbbh_f+2", "Default": "Server=127.0.0.1;Port=3306;Database=platform;User Id=root;Password=123456",
"AbpAuditLogging": "Server=sh-cdb-lvzq42lm.sql.tencentcdb.com;Port=63777;Database=platform;User Id=root;Password=72d2r)*hbbh_f+2", "AbpAuditLogging": "Server=127.0.0.1;Port=3306;Database=platform;User Id=root;Password=123456",
"AbpIdentity": "Server=sh-cdb-lvzq42lm.sql.tencentcdb.com;Port=63777;Database=identity;User Id=root;Password=72d2r)*hbbh_f+2", "AbpIdentity": "Server=127.0.0.1;Port=3306;Database=identity;User Id=root;Password=123456",
"AbpIdentityServer": "Server=sh-cdb-lvzq42lm.sql.tencentcdb.com;Port=63777;Database=identity;User Id=root;Password=72d2r)*hbbh_f+2", "AbpIdentityServer": "Server=127.0.0.1;Port=3306;Database=identity;User Id=root;Password=123456",
"AbpSaas": "Server=sh-cdb-lvzq42lm.sql.tencentcdb.com;Port=63777;Database=platform;User Id=root;Password=72d2r)*hbbh_f+2", "AbpSaas": "Server=127.0.0.1;Port=3306;Database=platform;User Id=root;Password=123456",
"AbpTenantManagement": "Server=sh-cdb-lvzq42lm.sql.tencentcdb.com;Port=63777;Database=platform;User Id=root;Password=72d2r)*hbbh_f+2", "AbpTenantManagement": "Server=127.0.0.1;Port=3306;Database=platform;User Id=root;Password=123456",
"AbpFeatureManagement": "Server=sh-cdb-lvzq42lm.sql.tencentcdb.com;Port=63777;Database=platform;User Id=root;Password=72d2r)*hbbh_f+2", "AbpFeatureManagement": "Server=127.0.0.1;Port=3306;Database=platform;User Id=root;Password=123456",
"AbpSettingManagement": "Server=sh-cdb-lvzq42lm.sql.tencentcdb.com;Port=63777;Database=platform;User Id=root;Password=72d2r)*hbbh_f+2", "AbpSettingManagement": "Server=127.0.0.1;Port=3306;Database=platform;User Id=root;Password=123456",
"AbpPermissionManagement": "Server=sh-cdb-lvzq42lm.sql.tencentcdb.com;Port=63777;Database=platform;User Id=root;Password=72d2r)*hbbh_f+2", "AbpPermissionManagement": "Server=127.0.0.1;Port=3306;Database=platform;User Id=root;Password=123456",
"AbpLocalizationManagement": "Server=sh-cdb-lvzq42lm.sql.tencentcdb.com;Port=63777;Database=platform;User Id=root;Password=72d2r)*hbbh_f+2", "AbpLocalizationManagement": "Server=127.0.0.1;Port=3306;Database=platform;User Id=root;Password=123456",
"AbpTextTemplating": "Server=sh-cdb-lvzq42lm.sql.tencentcdb.com;Port=63777;Database=platform;User Id=root;Password=72d2r)*hbbh_f+2", "AbpTextTemplating": "Server=127.0.0.1;Port=3306;Database=platform;User Id=root;Password=123456",
"TaskManagement": "Server=sh-cdb-lvzq42lm.sql.tencentcdb.com;Port=63777;Database=platform;User Id=root;Password=72d2r)*hbbh_f+2", "TaskManagement": "Server=127.0.0.1;Port=3306;Database=platform;User Id=root;Password=123456",
"Workflow": "Server=sh-cdb-lvzq42lm.sql.tencentcdb.com;Port=63777;Database=workflow;User Id=root;Password=72d2r)*hbbh_f+2" "Workflow": "Server=127.0.0.1;Port=3306;Database=workflow;User Id=root;Password=123456"
}, },
"StringEncryption": { "StringEncryption": {
"DefaultPassPhrase": "s46c5q55nxpeS8Ra", "DefaultPassPhrase": "s46c5q55nxpeS8Ra",

Loading…
Cancel
Save