update port
Seto Elkahfi committed
Apr 12, 2026 at 14:25 UTC
13a39f82d9fc36290491f85c82ab6c3ba7f7f7bc
1 file changed
+1
-1
config/puma.rb
+1
-1
index 38c4b86..3b7248b 100644
--- a/config/puma.rb
+++ b/config/puma.rb
@@ -29,7 +29,7 @@ threads_count = ENV.fetch("RAILS_MAX_THREADS", 3)
threads threads_count, threads_count
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
-port ENV.fetch("PORT", 3000)
+port ENV.fetch("SIGITSI_PORT", 3000)
# Allow puma to be restarted by `bin/rails restart` command.
plugin :tmp_restart