[neon/infrastructure/pangea-gemstash] /: use a socket instead

Carlos De Maine null at kde.org
Tue May 30 03:39:40 BST 2023


Git commit ea8a01733e87c7eb1d8a7d8158ec46441795950a by Carlos De Maine.
Committed on 30/05/2023 at 02:39.
Pushed by carlosdem into branch 'master'.

use a socket instead

M  +3    -3    config.yaml

https://invent.kde.org/neon/infrastructure/pangea-gemstash/-/commit/ea8a01733e87c7eb1d8a7d8158ec46441795950a

diff --git a/config.yaml b/config.yaml
index 19b8136..bfc54a9 100644
--- a/config.yaml
+++ b/config.yaml
@@ -9,12 +9,12 @@
 :db_adapter: sqlite3
 :db_url:
 :db_options:
-  :max_connections: 1
+:max_connections: 1
 #:rubygems_url: https://gem.cache.pangea.pub
 #:rubygems_url: http://localhost:9292
 :ignore_gemfile_source: false
 :puma_threads: 32
-:bind: tcp://0.0.0.0:8000
+:bind: unix:///home/gemstash/.gemstash/puma.sock
 :protected_fetch: true
 :fetch_timeout: 10
-:log_file: gemstash.log
+:log_file: /home/gemstash/.gemstash/gemstash.log


More information about the Neon-commits mailing list