1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-07 14:35:23 +02:00

Fix GoodJob config syntax

This commit is contained in:
Zach Gollwitzer 2025-02-04 13:29:27 -05:00
parent 3e06017ae1
commit 283d9cd8e2
2 changed files with 5 additions and 7 deletions

View file

@ -1,7 +1,7 @@
default: &default
adapter: postgresql
encoding: unicode
# 3 connections for Puma, 8 for GoodJob (in async mode, the default for self-hosters) = 11 connections
# 3 connections for Puma, 13 for GoodJob (in async mode, the default for self-hosters) = 16 connections
pool: <%= ENV.fetch("DB_POOL_SIZE") { 16 } %>
host: <%= ENV.fetch("DB_HOST") { "127.0.0.1" } %>
port: <%= ENV.fetch("DB_PORT") { "5432" } %>