CoolFace
Apppublic

ppcsignals/TxtViz

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
appsettings.json15 linesDownload Raw Back to root
1{
2  "Logging": {
3    "LogLevel": {
4      "Default": "Information",
5      "Microsoft.AspNetCore": "Warning"
6    }
7  },
8  "AllowedHosts": "*",
9  "AppSettings": {
10    "ProcessURL": "https://txtviz.ai/app",
11    "FileLocation": "Datasets/"
12  },
13 
14}
15