-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yml.sample
39 lines (37 loc) · 976 Bytes
/
config.yml.sample
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
"development":
"sleeptime": 30
"redis":
"host": "localhost"
"port": 6379
"password": ""
"db": 1
"build":
"root": "build/"
"rackspace_auth_url": "https://lon.auth.api.rackspacecloud.com/v1.0"
"rackspace_api_key": "thekey"
"rackspace_username": "theusername"
"logfile": 'builder.log'
"cuddy_token": "cezfreg"
"production":
"sleeptime": 300
"redis":
"host": "theremote.host"
"port": 6379
"password": "somepassword"
"db" : 1
"build":
"root": "/var/build"
"rackspace_auth_url": "https://lon.auth.api.rackspacecloud.com/v1.0"
"rackspace_api_key": "thekey"
"rackspace_username": "theusername"
"logfile": '/var/log/pinpin_builder/builder.log'
"cuddy_token": "zefqzg"
"remote_log_host": "som.hos.t"
"remote_log_port": "514"
"db_token": "efrfergetgrthrthrthg"
"egg_api":
"host": "localhost"
"port": 8080
"ssl": false
"token": "rgrsetgtrstbtybthyytberheg"
"username": "userforapi"