From 468364302df36986f17438f329951a661a679468 Mon Sep 17 00:00:00 2001 From: yafeilee Date: Mon, 25 Apr 2016 14:30:15 +0800 Subject: [PATCH] Remove database yml and just leave example file --- .gitignore | 1 + config/database.yml | 20 -------------------- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 config/database.yml diff --git a/.gitignore b/.gitignore index 8361ac8..647da7d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ /config/application.yml /config/mongoid.yml +/config/database.yml /public/assets/* *.old *.bak diff --git a/config/database.yml b/config/database.yml deleted file mode 100644 index a4e34ca..0000000 --- a/config/database.yml +++ /dev/null @@ -1,20 +0,0 @@ -development: - adapter: postgresql - host: localhost - encoding: unicode - database: wblog_development - pool: 5 - -test: - adapter: postgresql - host: localhost - encoding: unicode - database: wblog_test - pool: 5 - -production: - adapter: postgresql - host: localhost - encoding: unicode - database: wblog_production - pool: 5