mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Merge pull request #247 from robzolkos/add-devcontainer
Add basic devcontainer
This commit is contained in:
commit
253ae29da0
6 changed files with 89 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