diff --git a/config/application.rb b/config/application.rb index 88af6cf..e6f41fd 100644 --- a/config/application.rb +++ b/config/application.rb @@ -28,7 +28,7 @@ module WikiUFC config.default_host = "localhost:3000" config.base_path = "" - config.current_period = "2009.2" + config.current_period = "2015.1" # Limites config.max_upload_file_size = 5.megabytes diff --git a/config/database.yml b/config/database.yml index 0c0164e..92ca2ed 100644 --- a/config/database.yml +++ b/config/database.yml @@ -1,6 +1,9 @@ development: - adapter: sqlite3 - database: db/wiki.sqlite3 + adapter: postgresql + encoding: unicode + database: wikiufc + username: wikiufc + password: wikiufc test: adapter: sqlite3