-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
24 lines (24 loc) · 813 Bytes
/
Copy pathsample.json
File metadata and controls
24 lines (24 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"PROD": 0,
"timezone": "America/New_York",
"db_type" : "postgres",
"db_params": {
"host": "postgres",
"port": "5432",
"user": "username",
"pass": "password",
"db_name": "matrix",
"tbl_name": "feed"
},
"rhost": "192.168.86.49",
"rpass": "",
"latitude": "40.00000",
"longitude": "-80.00000",
"garmin_url": "https://inreach.garmin.com/Feed/Share/somebodyyoudtrack",
"github_owner": "yourgithubuser",
"github_repo": "yourgithubrepository",
"google_calendar_id": "yourgooglegroupcalendar@group.calendar.google.com",
"owmkey": "openweathermapapikey",
"github_api_key": "githubapikey",
"google_api_key": "googleapikey"
}