Commit 0dad5d7d2fe549c7a5fa7fb220cd55df48fba447

Authored by Fernando Brito
1 parent b4c06ec2
Exists in wikilibras

Update database example file

Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
config/examples/database.yml
  1 +production:
  2 + adapter: mysql2
  3 + encoding: utf8
  4 + database:
  5 + username:
  6 + password:
  7 +
1 # SQLite version 3.x 8 # SQLite version 3.x
2 # gem install sqlite3 9 # gem install sqlite3
3 # 10 #
@@ -16,4 +23,4 @@ test: @@ -16,4 +23,4 @@ test:
16 adapter: sqlite3 23 adapter: sqlite3
17 database: db/test.sqlite3 24 database: db/test.sqlite3
18 pool: 5 25 pool: 5
19 - timeout: 5000  
20 \ No newline at end of file 26 \ No newline at end of file
  27 + timeout: 5000