-
Notifications
You must be signed in to change notification settings - Fork 22
/
install.config
33 lines (29 loc) · 1.4 KB
/
install.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
# -------------------------------------------------------------------------------
# Server details
# Individual users can go ahead with the default server settings
# For organisation level users, change the serverIp to the ip address of the machine
# where the application is installed, for other users to access the application
# -------------------------------------------------------------------------------
serverIp=127.0.0.1
port=5000
# -------------------------------------------------------------------------------
# CouchDB details
# -------------------------------------------------------------------------------
userName=admin
password=admin
db=common
# -------------------------------------------------------------------------------
# Configuring Facebook
# To generate facebook app secretKey and Id please follow instructions
# https://developers.facebook.com/docs/apps/register
# In step 4(Choose platform) select website as platform
# -------------------------------------------------------------------------------
fb_appSecretKey=
fb_appId=
# -------------------------------------------------------------------------------
# Configuring Twitter
# To generate twitter app consumerKey and consumerSecret please follow instructions
# https://dev.twitter.com/oauth/overview/application-owner-access-tokens
# -------------------------------------------------------------------------------
tw_consumerKey=
tw_consumerSecret=