migrated to mysql in production mode
This commit is contained in:
parent
e9fb0a9cd3
commit
bec8016ece
2
Gemfile
2
Gemfile
@ -6,6 +6,8 @@ gem 'rails', '3.0.6'
|
||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
|
||||
gem 'sqlite3'
|
||||
gem 'yaml_db'
|
||||
gem 'mysql2', '< 0.3'
|
||||
|
||||
# Asset template engines
|
||||
|
||||
|
@ -16,7 +16,10 @@ test:
|
||||
timeout: 5000
|
||||
|
||||
production:
|
||||
adapter: sqlite3
|
||||
database: db/production.sqlite3
|
||||
adapter: mysql2
|
||||
encoding: utf8
|
||||
database: accescible_app
|
||||
pool: 5
|
||||
timeout: 5000
|
||||
username: accescible_app
|
||||
password: accescibleprod
|
||||
socket: /var/run/mysqld/mysqld.sock
|
||||
|
Loading…
x
Reference in New Issue
Block a user