-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathconfig.json.ctmpl
More file actions
42 lines (42 loc) · 1.06 KB
/
config.json.ctmpl
File metadata and controls
42 lines (42 loc) · 1.06 KB
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
38
39
40
41
42
{
"couchbase": {
"server": "{{range service "couchbase" "any"}}{{.Address}}{{end}}:8091",
"userBucket": "users",
"pictureBucket": "users_pictures",
"publishBucket": "users_publishments",
"TouchbasePort": 3000
},
"SendGrid": {
"username" : "",
"password" : ""
},
"dataModel": {
"projectName": "Triton-Touchbase",
"colorHex": "#ff6500",
"primaryAttribute": "Name",
"arrayAttributes" : ["Expertise","Hobbies"],
"stringAttributes": ["Job Title", "Twitter"],
"dropdownAttributes": [
{
"varname": "Base Office",
"options": ["San Francisco","Vancouver","Remote"]
},
{
"varname": "Division",
"options": ["Engineering","Sales","Marketing","Support","Other"]
}
],
"pubTypes": [
{
"type": "Github Projects",
"imagePath": "GitHub-Mark-120px-plus.png",
"icon": "github"
},
{
"type": "Triton",
"imagePath": "https://docs.joyent.com/assets/images/logo-black.svg",
"icon": "newspaper"
}
]
}
}