Commit 8b18d99d56615530eed7a465adf7d948d26357bd

Thomas de Grivel 2023-01-19T11:14:31

start on port 6800

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/config/puma.rb b/config/puma.rb
index daaf036..8c59929 100644
--- a/config/puma.rb
+++ b/config/puma.rb
@@ -15,7 +15,7 @@ worker_timeout 3600 if ENV.fetch("RAILS_ENV", "development") == "development"
 
 # Specifies the `port` that Puma will listen on to receive requests; default is 3000.
 #
-port ENV.fetch("PORT") { 3000 }
+port ENV.fetch("PORT") { 6800 }
 
 # Specifies the `environment` that Puma will run in.
 #