We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6af4bb commit 68e4c64Copy full SHA for 68e4c64
2 files changed
.gitignore
@@ -258,4 +258,5 @@ paket-files/
258
259
# Python Tools for Visual Studio (PTVS)
260
__pycache__/
261
-*.pyc
+*.pyc
262
+LidarrAPI/Properties/launchSettings\.json
LidarrAPI/appsettings.json
@@ -1,9 +1,9 @@
1
{
2
"Lidarr": {
3
- "DataDirectory": "d:\\temp\\lidarr-update",
4
- "Database": "server=127.0.0.1;user id=lidarr;password=lidarr;database=lidarrapi;CharSet=utf8mb4",
+ "DataDirectory": "",
+ "Database": "server=127.0.0.1;user id=root;password=;database=lidarrapi;CharSet=utf8mb4",
5
"AppVeyorApiKey": "",
6
- "ApiKey": "1"
+ "ApiKey": ""
7
},
8
"DataDog": {
9
"Server": "",
0 commit comments