|
|
|
@ -25,14 +25,14 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"ConnectionStrings": { |
|
|
|
"Default": "Server=127.0.0.1;Database=AuthServer;User Id=root;Password=123456", |
|
|
|
"AbpIdentity": "Server=127.0.0.1;Database=AuthServer;User Id=root;Password=123456", |
|
|
|
"OpenIddict": "Server=127.0.0.1;Database=AuthServer;User Id=root;Password=123456", |
|
|
|
"AbpSaas": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AbpSettingManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AbpFeatureManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AbpPermissionManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AbpLocalizationManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456" |
|
|
|
"Default": "Server=127.0.0.1;Database=AuthServer-v70;User Id=root;Password=123456", |
|
|
|
"AbpIdentity": "Server=127.0.0.1;Database=AuthServer-v70;User Id=root;Password=123456", |
|
|
|
"OpenIddict": "Server=127.0.0.1;Database=AuthServer-v70;User Id=root;Password=123456", |
|
|
|
"AbpSaas": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456", |
|
|
|
"AbpSettingManagement": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456", |
|
|
|
"AbpFeatureManagement": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456", |
|
|
|
"AbpPermissionManagement": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456", |
|
|
|
"AbpLocalizationManagement": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456" |
|
|
|
}, |
|
|
|
"CAP": { |
|
|
|
"EventBus": { |
|
|
|
@ -44,7 +44,7 @@ |
|
|
|
}, |
|
|
|
"MySql": { |
|
|
|
"TableNamePrefix": "ida", |
|
|
|
"ConnectionString": "Server=127.0.0.1;Database=AuthServer;User Id=root;Password=123456" |
|
|
|
"ConnectionString": "Server=127.0.0.1;Database=AuthServer-v70;User Id=root;Password=123456" |
|
|
|
}, |
|
|
|
"RabbitMQ": { |
|
|
|
"HostName": "127.0.0.1", |
|
|
|
|