]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
Added act
authorAidan Cornelius-Bell <[email protected]>
Tue, 31 Dec 2024 21:07:49 +0000 (07:37 +1030)
committerAidan Cornelius-Bell <[email protected]>
Tue, 31 Dec 2024 21:07:49 +0000 (07:37 +1030)
bin/act [new file with mode: 0755]
config/database.yml

diff --git a/bin/act b/bin/act
new file mode 100755 (executable)
index 0000000..e3424f0
Binary files /dev/null and b/bin/act differ
index 73c660df4507f6530a0c5f07ded10cc499c74cb9..6ba8f970174a16b05534f219e843f804c941b7f9 100644 (file)
@@ -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