From 8885821f13f684bf035b50667260823ea59467ee Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Sun, 15 Sep 2024 09:57:49 +0930 Subject: [PATCH] Remove sensitive information --- config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5