|
@@ -28,34 +28,6 @@
|
|
|
"Cors": {
|
|
|
"Origins": [ "http://localhost:8888", "http://admin.hotline.fw.com", "http://hotline.fw.com" ]
|
|
|
},
|
|
|
- "IdentityConfiguration": {
|
|
|
- "Password": {
|
|
|
- "RequiredLength": 8,
|
|
|
- "RequireNonAlphanumeric": true,
|
|
|
- "RequireLowercase": true,
|
|
|
- "RequireUppercase": true
|
|
|
- },
|
|
|
- "User": {
|
|
|
- "RequireUniqueEmail": false
|
|
|
- },
|
|
|
- "SignIn": {
|
|
|
- "RequireConfirmedAccount": false
|
|
|
- },
|
|
|
- "Lockout": {
|
|
|
- "MaxFailedAccessAttempts": 5,
|
|
|
- "DefaultLockoutTimeSpan": "00:10:00"
|
|
|
- },
|
|
|
- "Account": {
|
|
|
- "DefaultPassword": "Fwkj@789"
|
|
|
- },
|
|
|
- "Jwt": {
|
|
|
- "SecretKey": "e660d04ef1d3410798c953f5d7b8a4e1",
|
|
|
- "Issuer": "hotline_server",
|
|
|
- "Audience": "hotline",
|
|
|
- "Scope": "hotline_api",
|
|
|
- "Expired": 86400 //seceonds
|
|
|
- }
|
|
|
- },
|
|
|
"DatabaseConfiguration": {
|
|
|
"ApplyDbMigrations": false,
|
|
|
"ApplySeed": false
|
|
@@ -69,14 +41,5 @@
|
|
|
"HostName": "110.188.24.182",
|
|
|
"VirtualHost": "fwt-master"
|
|
|
}
|
|
|
- },
|
|
|
- "FwClient": {
|
|
|
- "ClientId": "hotline",
|
|
|
- "ClientSecret": "08db29cc-0da0-4adf-850c-1b2689bd535d"
|
|
|
- },
|
|
|
- "ConfigCenter": {
|
|
|
- "ServerAddresses": [ "http://110.188.24.28:8848" ],
|
|
|
- "Namespace": "17503980-9b0d-4d3e-8e35-c842c41fb888", //debug
|
|
|
- "ServiceName": "hotline"
|
|
|
}
|
|
|
}
|