OSDN Git Service

move external perl modules to external/perllib
[newslash/newslash.git] / configfiles / config.json.sample
1 {
2     "Site": {
3         "name": "The News Site",
4         "base_url": "http://example.com,
5         "description": "yet another news site",
6         "img_path": "/img/",
7         "css_path": "/css"
8     },
9     "CSSCompile": {
10         "source_dir": "css",
11         "dest_dir": "public/css",
12         "lessc": "/usr/bin/lessc"
13     },
14     "System": {
15         "secret_key": "secret strings for hasing",
16         "session_store": "in-memory"
17     },
18     "Database": {
19         "host": "db",
20         "name": "slash",
21         "user": "slash",
22         "password": "password"
23     }
24 }