Change database and bump default period

This commit is contained in:
2015-09-05 23:57:15 -04:00
parent b7ce190883
commit 5be138e890
2 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

@@ -1,6 +1,9 @@
development:
adapter: sqlite3
database: db/wiki.sqlite3
adapter: postgresql
encoding: unicode
database: wikiufc
username: wikiufc
password: wikiufc
test:
adapter: sqlite3