summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-22 00:15:52 -0700
committermo khan <mo@mokhan.ca>2014-02-22 00:15:52 -0700
commitccf2255a1c3bb597c1a2c0048cfc7670a0741fc0 (patch)
treedaa6012c6b6a09e09460899d99a2c7d473d2a668
parent1a937e5e8594a281b5071333476847371aff4049 (diff)
remove database.yml
-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