Merge pull request #505 from internetee/remove-robot-bin

Remove robot bin as unused
This commit is contained in:
Georg 2017-09-15 15:26:38 +03:00 committed by GitHub
commit 513a729673
3 changed files with 0 additions and 98 deletions

View file

@ -1,31 +0,0 @@
default: &default
host: localhost
adapter: postgresql
encoding: unicode
pool: 5
username: test
password: test
test:
<<: *default
database: registry_test
whois_test:
<<: *default
database: registry_whois_test
api_log_test:
<<: *default
database: registry_api_log_test
production:
<<: *default
database: registry_test
whois_test:
<<: *default
database: registry_whois_test
api_log_test:
<<: *default
database: registry_api_log_test