Created
May 18, 2018 02:52
-
-
Save kzkn/adeaccb07ee61c861453ce703dd128d9 to your computer and use it in GitHub Desktop.
database.yml sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default: &default | |
adapter: postgresql | |
encoding: unicode | |
# For details on connection pooling, see Rails configuration guide | |
# http://guides.rubyonrails.org/configuring.html#database-pooling | |
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> | |
host: localhost | |
port: 54394 | |
development: | |
<<: *default | |
database: worker_test_development |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment