From: Aidan Cornelius-Bell Date: Sun, 15 Sep 2024 00:27:49 +0000 (+0930) Subject: Remove sensitive information X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=8885821f13f684bf035b50667260823ea59467ee;p=arelpe.git Remove sensitive information --- diff --git a/config/database.yml b/config/database.yml index 8ed0850..7bf42f8 100644 --- a/config/database.yml +++ b/config/database.yml @@ -14,7 +14,7 @@ default: &default encoding: utf8mb4 pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> username: root - password: ***REMOVED*** + password: <%= ENV.fetch("MYSQL_PASSWORD") %> socket: /tmp/mysql.sock development: