From b1bac85f2c8b55e92f0472cbe4e548beb74743d0 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 20 Feb 2014 19:35:45 -0700 Subject: remove sqlite and use pg. --- config/database.yml.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/database.yml.example (limited to 'config/database.yml.example') diff --git a/config/database.yml.example b/config/database.yml.example new file mode 100644 index 0000000..e598daf --- /dev/null +++ b/config/database.yml.example @@ -0,0 +1,13 @@ +development: + adapter: postgresql + database: licenses_dev + username: + password: + host: + +test: + adapter: postgresql + database: licenses_test + username: + password: + host: -- cgit v1.2.3