summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-29 23:54:07 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-29 23:54:07 -0400
commit9522d295eb36f851dc5c419cef5ae1442f1be2a3 (patch)
treee173c0c0a8037b1fe7d8428f21c2619eb22a20d1 /config
parent54a1483e08c7b1333e08421f01ee5461ffc3d7d0 (diff)
DB setup
Diffstat (limited to 'config')
-rw-r--r--config/database.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/database.yml b/config/database.yml
index 7609908..3a8f0b0 100644
--- a/config/database.yml
+++ b/config/database.yml
@@ -18,6 +18,7 @@ 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 } %>
+ username: cable_club
development:
<<: *default