1
0
Fork 0
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:
Rob Zolkos 2024-02-02 16:03:46 +00:00
parent eb762c31c6
commit 5f50ea3f02
4 changed files with 81 additions and 0 deletions

View file

@ -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