public
Description:
Homepage: http://infogami.org
Clone URL: git://github.com/infogami/infogami.git
anandology (author)
Wed Nov 04 03:06:56 -0800 2009
commit  4f870c89b8725b9b3abfe1413bab21e8791ca0e6
tree    75f8b91399a74b84dd1963268ea5b107b48cfe20
parent  ce66182537198334b794d23c3feb4eafacb3244a
infogami / sample_infobase.yml
100644 28 lines (20 sloc) 0.432 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
## infobase configuration
 
db_parameters:
  host: localhost
  name: infobase
  user: joe
  password: secret
 
## secret_key used in encrypting user passwords
# secret_key: my-secret-key
 
## query timeout in milli sec.
query_timeout: 60000
 
cache_size: 1000
 
## Additional python path. will be added to python sys.path
# python_path:
# - /addition/path1
 
## plugins
# plugins:
# - plugin1
 
bind_address:
port: 8080
fastcgi: false