Skip to content

Commit

Permalink
Create settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Sep 26, 2023
1 parent fb8da7d commit 23a3799
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions config/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"CLIENT_ID": "client123",
"CLIENT_SECRET": "pass123",
"API_KEY": "<AOG API Key>",
"TEMPUNIT": "C",
"USE_SSL": false,
"SSL_CERT": "/home/cert/local.crt",
"SSL_KEY": "/home/cert/local.key",
"LANGUAGE": "en",
"ARMLEVEL_ARMHOME": [
"armed home",
"low security",
"home and guarding",
"level 1",
"home",
"SL1"
],
"ARMLEVEL_ARMAWAY": [
"armed away",
"high security",
"away and guarding",
"level 2",
"away",
"SL2"
],
"USERS": {
"admin": {
"domo_url": "http://192.168.1.123:8080",
"domouser": "<Domotic User>",
"domopass": "<Domotic Pass>",
"roomplan": "0",
"password": "smarthome",
"admin": true,
"googleassistant": false
}
}
}

0 comments on commit 23a3799

Please sign in to comment.