add new file

This commit is contained in:
Sunandar
2017-01-24 17:45:12 +06:30
parent af7be218be
commit 2f427ae5b9
11 changed files with 130 additions and 33 deletions

View File

@@ -5,20 +5,21 @@
# gem 'sqlite3'
#
default: &default
adapter: sqlite3
adapter: postgresql
pool: 5
timeout: 5000
development:
<<: *default
database: db/development.sqlite3
database: nemo_encoder
username: nda
# 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: db/test.sqlite3
database: nemo_encoder
production:
<<: *default