You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.3 KiB
51 lines
1.3 KiB
{
|
|
"NacosConfig": {
|
|
"Listeners": [
|
|
{
|
|
"Optional": true,
|
|
"DataId": "appsettings.json",
|
|
"Group": "DEFAULT_GROUP"
|
|
}
|
|
],
|
|
"ServerAddresses": [ "http://nacos:8848" ]
|
|
},
|
|
"Urls": "http://localhost:59097",
|
|
"AlwaysAllowAuthorization": false,
|
|
"IdentityServer": {
|
|
"Clients": {
|
|
"DataExchange_Web": {
|
|
"ClientId": "DataExchange_Web",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "https://localhost:59097"
|
|
},
|
|
"DataExchange_App": {
|
|
"ClientId": "DataExchange_App",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "https://localhost:59097"
|
|
},
|
|
"DataExchange_Swagger": {
|
|
"ClientId": "DataExchange_Swagger",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "https://localhost:59097"
|
|
}
|
|
}
|
|
},
|
|
"Authentication": {
|
|
"client_id": "Auth_App",
|
|
"client_secret": "1q2w3e*",
|
|
"grant_type": "password",
|
|
"username": "admin",
|
|
"password": "1234qwer!@#$QWER"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "http://dev.cd-top.com:59093/",
|
|
"RequireHttpsMetadata": "false",
|
|
"SwaggerClientId": "admin",
|
|
"SwaggerClientSecret": "1q2w3e*"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "8fFOYxuru0qm2ATJ"
|
|
},
|
|
"Sites": "T8,T9",
|
|
"Company": "T8,T9"
|
|
}
|
|
|