Skip to content

Commit 315f50f

Browse files
authored
Update database.yml
1 parent ad5f5e5 commit 315f50f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/database.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
# Ensure the SQLite 3 gem is defined in your Gemfile
55
# gem "sqlite3"
66
#
7+
8+
# <% user = ENV.key?("POSTGRESQL_ADMIN_PASSWORD") ? "root" : ENV["POSTGRESQL_USER"] %>
9+
# <% password = ENV.key?("POSTGRESQL_ADMIN_PASSWORD") ? ENV["POSTGRESQL_ADMIN_PASSWORD"] : ENV["POSTGRESQL_PASSWORD"] %>
10+
# <% db_service = ENV.fetch("DATABASE_SERVICE_NAME","").upcase %>
11+
712
default: &default
813
adapter: sqlite3
914
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>

0 commit comments

Comments
 (0)