We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5f5e5 commit 315f50fCopy full SHA for 315f50f
config/database.yml
@@ -4,6 +4,11 @@
4
# Ensure the SQLite 3 gem is defined in your Gemfile
5
# gem "sqlite3"
6
#
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
12
default: &default
13
adapter: sqlite3
14
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
0 commit comments