aboutsummaryrefslogtreecommitdiff
path: root/wordcount/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'wordcount/config.json')
-rw-r--r--wordcount/config.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/wordcount/config.json b/wordcount/config.json
deleted file mode 100644
index 778cb51..0000000
--- a/wordcount/config.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "serializer": "json",
- "topology_specs": "topologies/",
- "virtualenv_specs": "virtualenvs/",
- "envs": {
- "prod": {
- "user": "",
- "ssh_password": "",
- "nimbus": "",
- "workers": [],
- "log": {
- "path": "",
- "max_bytes": 1000000,
- "backup_count": 10,
- "level": "info"
- },
- "virtualenv_root": ""
- }
- }
-}