users clients batchlineItem fix

This commit is contained in:
KhinSuLinn
2017-10-25 14:04:01 +06:30
parent dce9c48eef
commit 3488ac3ac7
11 changed files with 55 additions and 39 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_encoder_production
username: nda
database: nemo_all
username: postgres
# 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
production:
<<: *default
database: nemo
username: deploy
password: OU771o3ja3Hn4$r
default: &default
adapter: postgresql
pool: 5
timeout: 5000
encoding: utf8