From: Aidan Cornelius-Bell Date: Sun, 15 Sep 2024 01:11:28 +0000 (+0930) Subject: db settings for debian X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=d636b8898c676b7ffbb82e6262ce3da5844689b3;p=arelpe.git db settings for debian --- diff --git a/config/database.yml b/config/database.yml index d8ba87b..f1b91f6 100644 --- a/config/database.yml +++ b/config/database.yml @@ -30,4 +30,5 @@ production: database: arelpe_production password: <%= ENV.fetch("MYSQL_PASSWORD") %> host: <%= ENV.fetch("MYSQL_HOST") %> - username: <%= ENV.fetch("MYSQL_USERNAME") %> \ No newline at end of file + username: <%= ENV.fetch("MYSQL_USERNAME") %> + socket: /run/mysqld/mysqld.sock \ No newline at end of file