change database

This commit is contained in:
May Zin Oo
2018-03-05 11:13:37 +06:30
34 changed files with 22441 additions and 89 deletions

View File

@@ -4,25 +4,23 @@
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
#
default: &default
adapter: postgresql
# host: http://192.168.1.81
pool: 5
timeout: 5000
encoding: utf8
development:
<<: *default
database: nemo_production
username: mayzin
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
<<: *default
database: nemo_encoder_production_test
default: &default
adapter: postgresql
production:
<<: *default
database: nemo
username: deploy
password: OU771o3ja3Hn4$r
pool: 5
timeout: 5000
encoding: utf8