We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ccfecf commit c18f8c7Copy full SHA for c18f8c7
1 file changed
RadarrAPI/appsettings.json
@@ -1,8 +1,6 @@
1
{
2
- "Logging": {
3
- "IncludeScopes": false,
4
- "LogLevel": {
5
- "Default": "Warning"
6
- }
7
+ "DataDirectory": "",
+ "Database": "server=127.0.0.1;user id=root;password=;database=radarrapi;CharSet=utf8mb4",
+ "AppVeyorApiKey": "",
+ "ApiKey": ""
8
}
0 commit comments