forked from bofh/fetsite
fixes for new server
This commit is contained in:
@@ -23,7 +23,7 @@ production:
|
||||
encoding: utf8
|
||||
database: test1production
|
||||
pool: 5
|
||||
username: root
|
||||
password: changeme
|
||||
username: fetsite
|
||||
password: quaish3J
|
||||
socket: /var/run/mysqld/mysqld.sock
|
||||
timeout: 5000
|
||||
|
||||
@@ -51,7 +51,7 @@ Fetsite::Application.configure do
|
||||
# config.action_controller.asset_host = "http://assets.example.com"
|
||||
|
||||
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
|
||||
# config.assets.precompile += %w( search.js )
|
||||
# config.assets.precompile += %w( search.js )
|
||||
|
||||
# Disable delivery errors, bad email addresses will be ignored
|
||||
# config.action_mailer.raise_delivery_errors = false
|
||||
|
||||
@@ -1 +1 @@
|
||||
I18n.default_locale = :de
|
||||
I18n.default_locale = :de
|
||||
|
||||
Reference in New Issue
Block a user