public
Description:
Homepage: http://infogami.org
Clone URL: git://github.com/infogami/infogami.git
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