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.
32 lines
735 B
32 lines
735 B
{ |
|
"Urls": "http://*:8101", |
|
"JWT": { |
|
"Secret": "sj2fojl#;aldjf;la0808l@mvfljsdfy", |
|
"Issuer": "anxin99.com", |
|
"Audience": "ECLIENT", |
|
"Expires": 20, |
|
"RefreshExpires": 3600 |
|
}, |
|
"SignalR": { |
|
"KeepAliveInterval": 15, |
|
"MaximumReceiveMessageSize": 0 |
|
}, |
|
"Minio": { |
|
"EndPoint": "127.0.0.1:9000", |
|
"AccessKey": "ZTZES0OY2DT9E5QNRRLU", |
|
"SecretKey": "iUGfs2utaPmfb2CBfxDTjyWYGZKrQcNUzQak+Dt+", |
|
"Region": "cn-sh", |
|
"EnableHttps": false |
|
}, |
|
"ConnectionStrings": { |
|
"SQLite": "Filename=AX.CloudDrive.db" |
|
}, |
|
"Logging": { |
|
"LogLevel": { |
|
"Default": "Information", |
|
"Microsoft": "Warning", |
|
"Microsoft.Hosting.Lifetime": "Information" |
|
} |
|
}, |
|
"AllowedHosts": "*" |
|
}
|
|
|