itfx/src/InterfaceForward.Api/appsettings.json
2025-01-04 23:32:38 +08:00

62 lines
1.3 KiB
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft.AspNetCore": "Debug"
}
},
"Enrich": [
"FromLogContext",
"WithMachineName",
"WithProcessId",
"WithThreadId"
],
"WriteTo": [
{
"Name": "Console"
}
]
},
"AllowedHosts": "*",
"App": {
"Urls": [
"http://*:8888"
],
"CorsOrigins": [
"http://localhost:8888"
]
},
"ConnectionStrings": {
"Default": "server=129.204.22.146;database=interface_forward;uid=dev;pwd=itd!@#123;charset=utf8mb4;"
},
"FeiShuNotice": {
"Title": "InterfaceForward-Dev",
"Webhook": "https://open.feishu.cn/open-apis/bot/v2/hook/255c44ff-5891-4902-9b6a-6d0250e745f7",
"Timeout": 20
},
"Redis": {
"Host": "129.204.22.146:6379",
"Password": "itd!@#123",
"MaxPoolSize": 1000,
"Database": 0,
"Prefix": ""
},
"RabbitMQ": {
"Connections": {
"Default": {
"HostName": "129.204.22.146",
"Port": 5672,
"UserName": "rabbit",
"Password": "itd!@#123"
}
}
},
"ElasticSearch": {
"NodeUrls": [ "http://129.204.22.146:9200" ],
"LoginName": "elastic",
"Password": "afyTgmVb8jq6",
"Base64PassPassword": "Basic ZWxhc3RpYzphZnlUZ21WYjhqcTY="
}
}