aboutsummaryrefslogtreecommitdiffstats
path: root/client/settings.yml.default
diff options
context:
space:
mode:
Diffstat (limited to 'client/settings.yml.default')
-rw-r--r--client/settings.yml.default16
1 files changed, 0 insertions, 16 deletions
diff --git a/client/settings.yml.default b/client/settings.yml.default
deleted file mode 100644
index 49c9dc7..0000000
--- a/client/settings.yml.default
+++ /dev/null
@@ -1,16 +0,0 @@
-defaults: &defaults
- consumer:
- - key: *consumer_key*
- secret: *consumer_secret*
- secret_key: *secret_key*
-development:
- <<: *defaults
- worker_number: 0
- db_proxy_host: localhost
- db_proxy_port: 9001
-production:
- <<: *defaults
- worker_number: <%= ENV["ACLOG_WORKER_NUMBER"] %>
- db_proxy_host: localhost
- db_proxy_port: 9001
-