-
Notifications
You must be signed in to change notification settings - Fork 13
/
config.js
34 lines (33 loc) · 950 Bytes
/
config.js
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
var config = {
baseApiUrlSymf: "http://api.littlesis.org/",
baseApiUrlRails: "http://littlesis.org/",
lsApiKey: process.env.LS_API_KEY,
externalNodeLinks: false,
basePath: "story_maps",
brandName: "LittleSis",
brandUrl: "http://littlesis.org",
brandImageUrl: "http://pai-littlesis.s3.amazonaws.com/images/system/lilsis-logo-trans-200.png",
googleAnalyticsId: process.env.GOOGLE_ANALYTICS_ID,
navLinks: {
Oligrapher: "/oligrapher",
Explore: {
Maps: "/maps",
Lists: "/lists",
Groups: "/groups",
Notes: "/notes",
Users: "/users",
Edits: "/users"
},
About: {
LittleSis: "/about",
Features: "/features",
'Our Team': "/team",
Press: "/press",
'Data API': "http://api.littlesis.org",
'Source Code': "https://github.com/littlesis-org/littlesis",
Disclaimer: "/disclaimer",
'Contact Us': "/contact"
}
}
};
module.exports = config;