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