1
0
Fork 0
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:
Josh Pigford 2024-02-02 10:39:26 -06:00 committed by GitHub
commit 253ae29da0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 89 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