Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
beele committed Sep 20, 2020
1 parent f6cfce2 commit 0ffc41a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/test-config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"platform": "UnifiProtectMotion",
"name": "Unifi protect cameras & motion sensors",
"unifi": {
"controller": "https://192.168.1.10:7443",
"controller_rtsp": "rtsp://192.168.1.10:7447",
"username": "kevin.vandenabeele@gmail.com",
"password": "76sTE55zT9pUeYrQqUAV$n4ZAbE8&o",
"controller": "",
"controller_rtsp": "",
"username": "",
"password": "",
"motion_interval": 5000,
"motion_repeat_interval": 30000,
"motion_score": 0,
Expand All @@ -33,8 +33,8 @@
},
"googlePhotos": {
"upload_gphotos": false,
"auth_clientId": "1020980815812-01c2k57i50ic2mjtvoe5kbqcs05696dq.apps.googleusercontent.com",
"auth_clientSecret": "GZ4t2gJYTIL6hZY_Kxr-E4RN",
"auth_clientId": "",
"auth_clientSecret": "",
"auth_redirectUrl": "http://localhost:8080/oauth2-callback"
},
"videoConfig": {
Expand Down

0 comments on commit 0ffc41a

Please sign in to comment.