27 lines
391 B
YAML
27 lines
391 B
YAML
# SQLite version 3.x
|
|
# gem install sqlite3
|
|
#
|
|
# 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_oct_31
|
|
username: nda
|
|
|
|
|
|
default: &default
|
|
adapter: postgresql
|
|
|
|
pool: 5
|
|
timeout: 5000
|
|
encoding: utf8
|