Skip to content

Commit be6f579

Browse files
authored
Update database.yml
1 parent fb01408 commit be6f579

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/database.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# gem "sqlite3"
66
#
77

8-
# <% user = ENV.key?("POSTGRESQL_ADMIN_PASSWORD") ? "root" : ENV["POSTGRESQL_USER"] %>
9-
# <% password = "lsjdfa8u4uqf" %>
10-
# <% db_service = ENV.fetch("DATABASE_SERVICE_NAME","").upcase %>
8+
<% user = ENV.key?("POSTGRESQL_ADMIN_PASSWORD") ? "root" : ENV["POSTGRESQL_USER"] %>
9+
<% password = "lsjdfa8u4uqf" %>
10+
<% db_service = ENV.fetch("DATABASE_SERVICE_NAME","").upcase %>
1111

1212
default: &default
1313
adapter: sqlite3

0 commit comments

Comments
 (0)