mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-03 04:25:21 +02:00
Add basic devcontainer
This commit is contained in:
parent
eb762c31c6
commit
5f50ea3f02
4 changed files with 81 additions and 0 deletions
|
@ -18,6 +18,9 @@ default: &default
|
|||
# For details on connection pooling, see Rails configuration guide
|
||||
# https://guides.rubyonrails.org/configuring.html#database-pooling
|
||||
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
||||
host: <%= ENV.fetch("DB_HOST") { "127.0.0.1" } %>
|
||||
password: postgres
|
||||
user: postgres
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue