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 fb01408 commit be6f579Copy full SHA for be6f579
config/database.yml
@@ -5,9 +5,9 @@
5
# gem "sqlite3"
6
#
7
8
-# <% user = ENV.key?("POSTGRESQL_ADMIN_PASSWORD") ? "root" : ENV["POSTGRESQL_USER"] %>
9
-# <% password = "lsjdfa8u4uqf" %>
10
-# <% db_service = ENV.fetch("DATABASE_SERVICE_NAME","").upcase %>
+<% user = ENV.key?("POSTGRESQL_ADMIN_PASSWORD") ? "root" : ENV["POSTGRESQL_USER"] %>
+<% password = "lsjdfa8u4uqf" %>
+<% db_service = ENV.fetch("DATABASE_SERVICE_NAME","").upcase %>
11
12
default: &default
13
adapter: sqlite3
0 commit comments