diff options
Diffstat (limited to 'Api/appsettings.json')
-rw-r--r-- | Api/appsettings.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Api/appsettings.json b/Api/appsettings.json new file mode 100644 index 0000000..2a784da --- /dev/null +++ b/Api/appsettings.json @@ -0,0 +1,12 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*", + "ConnectionStrings": { + "DbWikiWaka": "Data Source=databse.dat" + } +} |