deploy
This commit is contained in:
parent
ccfa228683
commit
aaf5cf08b3
1
Gemfile
1
Gemfile
@ -6,6 +6,7 @@ gem 'rails', '3.2.11'
|
||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
|
||||
gem 'sqlite3'
|
||||
gem 'mysql2'
|
||||
|
||||
|
||||
# Gems used only for assets and not required
|
||||
|
@ -19,7 +19,13 @@ test:
|
||||
timeout: 5000
|
||||
|
||||
production:
|
||||
adapter: sqlite3
|
||||
database: db/production.sqlite3
|
||||
adapter: mysql2
|
||||
encoding: utf8
|
||||
database: site_perso_app
|
||||
pool: 5
|
||||
timeout: 5000
|
||||
username: site_perso_app
|
||||
password: site_perso_app
|
||||
socket: /var/run/mysqld/mysqld.sock
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user