-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig
executable file
·38 lines (29 loc) · 1.07 KB
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"nominationDifferential": 30,
"mementoAggregator": "http://timetravel.mementoweb.org/timemap/json/",
"latentMementoAggregator": "http://mementoproxy.cs.odu.edu/aggr/timemap/link/1/",
"maxTimesToRunTME": 24,
"maxTimesToRunTSE": 24,
"globalBlogName": "blog.tumblr.com",
"globalPrefix": "/AbsolutePathToProjectFolderHere/ProjectFolderNameHere",
"twitterConsumerKey": "",
"twitterConsumerSecret": "",
"twitterAccessToken": "",
"twitterAccessTokenSecret": "",
"tumblrConsumerKey": "",
"tumblrConsumerSecret": "",
"tumblrAccessToken": "",
"tumblrAccessTokenSecret": "",
"instagramUsername": "",
"instagramPassword": "",
"browserStackUserID": "",
"browserStackKey": "",
"whatDidItLookLikeTwitterScreenName": "@TwitterScreenName",
"whatDidItLookLikeTwitterRequestHashtag": "#whatdiditlooklike",
"receiversEmail": "yourEmail1@example.com, yourEmail2@example.com",
"senderEmail": "yourEmail1@example.com",
"mailServer": "exchange.example.com",
"pythonVirtualEnv1Path": "/usr/bin/python3",
"pythonSystemPath": "/usr/bin/python3",
"nodeSystemPath": "/usr/local/bin/node"
}