配置文件
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"JNPF_App": {
|
||||
"CodeAreasName": [ "SubDev" ],
|
||||
//系统文件路径
|
||||
"SystemPath": "D:\\cosmoplat\\tnb\\Resources",
|
||||
"SystemPath": "D:\\ToTong\\tnb\\Resources",
|
||||
//微信公众号允许上传文件类型
|
||||
"MPUploadFileType": [
|
||||
"bmp",
|
||||
@@ -102,7 +102,7 @@
|
||||
// 软件的错误报告
|
||||
"ErrorReport": false,
|
||||
//软件的错误报告发给谁
|
||||
"ErrorReportTo": ""
|
||||
"ErrorReportTo": "tuotong_tech@163.com"
|
||||
},
|
||||
// ================== 单点登录配置(和其他登录方式 只能二选一) ============================== -->
|
||||
"OAuth": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"ip": "localhost",
|
||||
"port": 6379,
|
||||
"password": "05jWEoJa8v",
|
||||
"RedisConnectionString": "{0}:{1},password={2}, poolsize=500,ssl=false,defaultDatabase=7"
|
||||
"RedisConnectionString": "{0}:{1},password={2}, poolsize=500,ssl=false,defaultDatabase=0"
|
||||
},
|
||||
"Redis": {
|
||||
"ip": "localhost",
|
||||
|
||||
@@ -1,24 +1,16 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"ConfigId": "default",
|
||||
"DBType": "MySql", //MySql;SqlServer;Oracle;PostgreSQL;Dm;Kdbndp;Sqlite;
|
||||
<<<<<<< HEAD
|
||||
"Host": "127.0.0.1",//"10.67.53.241",
|
||||
=======
|
||||
"DBType": "PostgreSQL", //MySql;SqlServer;Oracle;PostgreSQL;Dm;Kdbndp;Sqlite;
|
||||
"Host": "localhost",
|
||||
>>>>>>> aec1d3b15533e5faafe3b2294830b095cff93f2d
|
||||
"Port": "3306",
|
||||
//"Host": "127.0.0.1",
|
||||
"Port": "5432",
|
||||
//"DBName": "tianyi_db",
|
||||
//"UserName": "postgres",
|
||||
//"Password": "pass@word123",
|
||||
"DBName": "xinte_cloud",
|
||||
<<<<<<< HEAD
|
||||
"UserName": "root",//"totong",
|
||||
"Password": "root",//"+vKyHUbtxQ",
|
||||
=======
|
||||
"UserName": "totong",
|
||||
"Password": "+vKyHUbtxQ",
|
||||
>>>>>>> aec1d3b15533e5faafe3b2294830b095cff93f2d
|
||||
"DBName": "tianyi",
|
||||
"UserName": "postgres",
|
||||
"Password": "pass@word123",
|
||||
//SqlServer
|
||||
//"DefaultConnection": "server={0},{1};database={2};uid={3};pwd={4};MultipleActiveResultSets=true"
|
||||
//Kdbndp
|
||||
|
||||
@@ -2,9 +2,10 @@
|
||||
"DevName3": "Elevator3",
|
||||
"DevName4": "Elevator4",
|
||||
"HeartbeatDevNames": [ "Elevator3", "Elevator4" ],
|
||||
"tags": [ "SysStatus", "RunStatus", "FloorNo", "DoorStatus", "AGVStatus" ],
|
||||
"token": "780BE4144636CF47DDF3920B0F1D069B",
|
||||
"GetTagListUrl": "http://192.168.11.110:9100/Dev/GetTagList",
|
||||
"GetTagUrl": "http://192.168.11.110:9100/Dev/GetTag",
|
||||
"WriteTagUrl": "http://192.168.11.110:9100/Dev/writeTag",
|
||||
"Environment": ""
|
||||
"Environment": "tianyi"
|
||||
}
|
||||
@@ -3,9 +3,9 @@
|
||||
"ValidateIssuerSigningKey": true, // 是否验证密钥,bool 类型,默认true
|
||||
"IssuerSigningKey": "RkayGi4ltkMWrSQKsQTWic1VnakqsQfaJOmJIBUWE1gxGaS0IrJHxa9anjVAwuew", // 密钥,string 类型,必须是复杂密钥,长度大于16
|
||||
"ValidateIssuer": true, // 是否验证签发方,bool 类型,默认true
|
||||
"ValidIssuer": "cosmoplat", // 签发方,string 类型
|
||||
"ValidIssuer": "tuotong", // 签发方,string 类型
|
||||
"ValidateAudience": true, // 是否验证签收方,bool 类型,默认true
|
||||
"ValidAudience": "cosmoplat", // 签收方,string 类型
|
||||
"ValidAudience": "tuotong", // 签收方,string 类型
|
||||
"ValidateLifetime": true, // 是否验证过期时间,bool 类型,默认true,建议true
|
||||
"ExpiredTime": 1440, // 过期时间,long 类型,单位分钟,默认20分钟
|
||||
"ClockSkew": 5 // 过期时间容错值,long 类型,单位秒,默认5秒
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"JobConnectionStrings": {
|
||||
"ConfigId": "JNPF-Job",// 不可修改
|
||||
"ConfigId": "JNPF-Job", // 不可修改
|
||||
"DBName": "jnpf_sundial",
|
||||
"DBType": "SqlServer", //MySql;SqlServer;Oracle;PostgreSQL;Dm;Kdbndp;Sqlite;
|
||||
"Host": "192.168.0.214",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"OSS": {
|
||||
"BucketName": "cosmoplatoss",
|
||||
"BucketName": "jnpfsoftoss",
|
||||
//文件存储类型(Invalid(本地),MinIo,Aliyun,QCloud,Qiniu)
|
||||
"Provider": "Invalid",
|
||||
"Endpoint": "192.168.0.60:9000",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"SpecificationDocumentSettings": {
|
||||
"DocumentTitle": "Cosmoplat Next Builder",
|
||||
"DocumentTitle": "ToTong Next Builder",
|
||||
"DocExpansionState": "None",
|
||||
"RoutePrefix": "swagger",
|
||||
"GroupOpenApiInfos": [
|
||||
{
|
||||
"Group": "Default",
|
||||
"Title": "Cosmoplat Next Builder",
|
||||
"Title": "ToTong Next Builder",
|
||||
"Description": "",
|
||||
"Version": "3.4.6"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"Tenant": {
|
||||
"MultiTenancy": false,
|
||||
"MultiTenancyDBInterFace": "",
|
||||
"MultiTenancyDBInterFace": "http://www.tuotong-tech.com/api/Saas/Tenant/DbContent/",
|
||||
"MultiTenancyType": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user