]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
db settings for debian
authorAidan Cornelius-Bell <[email protected]>
Sun, 15 Sep 2024 01:11:28 +0000 (10:41 +0930)
committerAidan Cornelius-Bell <[email protected]>
Sun, 15 Sep 2024 01:11:28 +0000 (10:41 +0930)
config/database.yml

index d8ba87b72d1d8dd7d7c6ec90d09ed5a77d36fa57..f1b91f6299c234a3799ab2680b61fb2a0974a13f 100644 (file)
@@ -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