Skip to content

Commit

Permalink
Updated config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbischof committed Mar 18, 2013
1 parent 2d1abb5 commit aabff26
Showing 1 changed file with 28 additions and 16 deletions.
44 changes: 28 additions & 16 deletions conf/config_template.json
@@ -1,4 +1,23 @@
{
"global": {
"apiurl": "",
"services": [
"memcache",
"mcp_api",
"mlog",
"queue",
"upload"
]
},
"mcp_api": {
"user": "",
"host": "",
"dir": "",
"version": 1
},
"memcache": {
"memhost": ""
},
"mlog": {
"user": "",
"host": "",
Expand All @@ -7,26 +26,19 @@
"mgrast": 3
}
},
"prod": {
"host": "",
"user": "",
"nginx_conf_dir": "",
"site": ""
},
"queue": {
"host": "",
"user": ""
},
"mcp_api": {
"user": "",
"upload": {
"host": "",
"dir": "",
"version": 1
},
"global": {
"apiurl": "",
"services": [
"memcache",
"mcp_api",
"mlog",
"queue"
]
},
"memcache": {
"memhost": ""
"user": "",
"lock_dir": ""
}
}

0 comments on commit aabff26

Please sign in to comment.