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.
iot/projects/Platform/appsettings.json

34 lines
1.3 KiB

{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft": "Warning"
}
},
"AllowedHosts": "*",
"server.urls": "http://*:8011",
"AppSettings": {
"SecretKey": "111111111111111111111111",
"JWT": "key=111111111111111111111111;issuer=111111111111111111111111;audience=111111111111111111111111;cookie=token",
"OpenApi": "name=v1;title=title;version=1.0",
"BasePath": "/platform",
"TablePrefix": "",
"Database": "MySQL",
"JobDatabase": "MySQL",
"FileServer": "MinIO",
"Cache": "Redis",
"Profiler": false,
"sms": "url=https://api.netease.im/sms/sendcode.action;key=54ebdf1f4364ddd8ff6f82f88d630a76;secret=c49d42b67798@"
},
"ConnectionStrings": {
"SQLite": "Data Source=iotcenter.db",
"MySQL": "Server=localhost;Port=3306;Database=iotcenter;Uid=root;Pwd=aA123456!;",
"Log": "http://localhost:9200",
"Job.MySQL": "Server=localhost;Port=3306;Database=jobserver;Uid=root;Pwd=aA123456!;Allow User Variables=True;",
"PostgreSQL": "User ID=root;Host=localhost;Port=26257;Database=iotcenter;CommandTimeout=600;TrustServerCertificate=true;",
"Redis": "localhost:6379,password=aA123456!,allowAdmin=true",
"SRS": "http://localhost:1985",
"InfluxDB": "url=http://localhost:8086;usr=admin;pwd=admin",
"MinIO": "endpoint=localhost:9000;accessKey=admin;secretKey=12345678"
}
}