summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/database.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/config/database.yml b/config/database.yml
deleted file mode 100644
index 95db128..0000000
--- a/config/database.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-development:
- adapter: postgresql
- encoding: unicode
- database: licenses_dev
- pool: 5
- username: mo
- password: password
- host: localhost
-
-test:
- adapter: postgresql
- database: licenses_test
- username: mo
- password: password
- host: localhost