Skip to content

Commit 68e4c64

Browse files
committed
Fixes the appsettings.json and addsd the launchsettings.json file to gitignore
1 parent b6af4bb commit 68e4c64

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,5 @@ paket-files/
258258

259259
# Python Tools for Visual Studio (PTVS)
260260
__pycache__/
261-
*.pyc
261+
*.pyc
262+
LidarrAPI/Properties/launchSettings\.json

LidarrAPI/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"Lidarr": {
3-
"DataDirectory": "d:\\temp\\lidarr-update",
4-
"Database": "server=127.0.0.1;user id=lidarr;password=lidarr;database=lidarrapi;CharSet=utf8mb4",
3+
"DataDirectory": "",
4+
"Database": "server=127.0.0.1;user id=root;password=;database=lidarrapi;CharSet=utf8mb4",
55
"AppVeyorApiKey": "",
6-
"ApiKey": "1"
6+
"ApiKey": ""
77
},
88
"DataDog": {
99
"Server": "",

0 commit comments

Comments
 (0)