添加登录注册业务
This commit is contained in:
45
Yi.Framework.Net6/Yi.Framework.SMSProcessor/appsettings.json
Normal file
45
Yi.Framework.Net6/Yi.Framework.SMSProcessor/appsettings.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"RabbitMQ_Enabled": true,
|
||||
"SMS_Enabled": true,
|
||||
"RedisConn": {
|
||||
"Host": "192.168.2.128",
|
||||
"Prot": 6379,
|
||||
"DB": 0,
|
||||
"Password": "123456"
|
||||
},
|
||||
"RabbitConn": {
|
||||
"HostName": "118.195.191.41",
|
||||
"UserName": "cc",
|
||||
"Password": "cc",
|
||||
"Port": 5672
|
||||
},
|
||||
//"DetailPageUrl": "http://localhost:5728/item/",
|
||||
"DetailPageUrl": "http://PageDetail/item/",
|
||||
"ConsulClientOption": {
|
||||
"IP": "192.168.2.128",
|
||||
"Port": "8500",
|
||||
"Datacenter": "dc1"
|
||||
},
|
||||
"MysqlConn": {
|
||||
"Url": "server=192.168.2.128;port=3306;database=ECDB;user id=root;password=123456"
|
||||
},
|
||||
"Apollo": {
|
||||
"AppId": "Yi.Framework.StaticPageProcessor",
|
||||
"Env": "DEV",
|
||||
"MetaServer": "http://192.168.2.168:8080",
|
||||
"ConfigServer": [ "http://192.168.2.168:8080" ]
|
||||
},
|
||||
"SMS": {
|
||||
"ID": "LTAI5tJvjPaXCyyPMfXLNbVA",
|
||||
"Secret": "fLQv7jjj57fUKLFK8REeAQPFVDjUYn",
|
||||
"Sign": "JiftCC",
|
||||
"Template": "SMS_221640732"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"apollo": {
|
||||
"AppId": "SMSProcessor",
|
||||
"Env": "DEV",
|
||||
"MetaServer": "http://119.91.207.67:18080",
|
||||
"ConfigServer": [ "http://119.91.207.67:18080" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user