From: Aidan Cornelius-Bell Date: Tue, 31 Dec 2024 21:07:49 +0000 (+1030) Subject: Added act X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=9160bcfb21af89ef5237851801a84b3f073554a6;p=arelpe.git Added act --- diff --git a/bin/act b/bin/act new file mode 100755 index 0000000..e3424f0 Binary files /dev/null and b/bin/act differ diff --git a/config/database.yml b/config/database.yml index 73c660d..6ba8f97 100644 --- a/config/database.yml +++ b/config/database.yml @@ -27,9 +27,6 @@ test: collation: utf8mb4_0900_ai_ci pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> database: arelpe_test - username: root - host: <%= ENV.fetch('MYSQL_HOST') { '127.0.0.1' } %> - port: <%= ENV.fetch('MYSQL_PORT') { 3306 } %> production: <<: *default