Change database and bump default period
This commit is contained in:
@@ -28,7 +28,7 @@ module WikiUFC
|
|||||||
config.default_host = "localhost:3000"
|
config.default_host = "localhost:3000"
|
||||||
config.base_path = ""
|
config.base_path = ""
|
||||||
|
|
||||||
config.current_period = "2009.2"
|
config.current_period = "2015.1"
|
||||||
|
|
||||||
# Limites
|
# Limites
|
||||||
config.max_upload_file_size = 5.megabytes
|
config.max_upload_file_size = 5.megabytes
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
development:
|
development:
|
||||||
adapter: sqlite3
|
adapter: postgresql
|
||||||
database: db/wiki.sqlite3
|
encoding: unicode
|
||||||
|
database: wikiufc
|
||||||
|
username: wikiufc
|
||||||
|
password: wikiufc
|
||||||
|
|
||||||
test:
|
test:
|
||||||
adapter: sqlite3
|
adapter: sqlite3
|
||||||
|
|||||||
Reference in New Issue
Block a user