From 0dad5d7d2fe549c7a5fa7fb220cd55df48fba447 Mon Sep 17 00:00:00 2001 From: Fernando Brito Date: Wed, 20 Aug 2014 10:42:22 -0300 Subject: [PATCH] Update database example file --- config/examples/database.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/examples/database.yml b/config/examples/database.yml index c1c60d0..9bf5a90 100644 --- a/config/examples/database.yml +++ b/config/examples/database.yml @@ -1,3 +1,10 @@ +production: + adapter: mysql2 + encoding: utf8 + database: + username: + password: + # SQLite version 3.x # gem install sqlite3 # @@ -16,4 +23,4 @@ test: adapter: sqlite3 database: db/test.sqlite3 pool: 5 - timeout: 5000 \ No newline at end of file + timeout: 5000 -- libgit2 0.21.2