Skip to content

Commit

Permalink
use mode tcp for pgbouncer
Browse files Browse the repository at this point in the history
  • Loading branch information
RakkuST authored Feb 28, 2024
1 parent d76a99a commit e53d5e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/services/application/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ function getCustomConfigs(specifications) {
'8211.Palworld.Palworld': {
mode: 'tcp',
},
'35432.rakkupgbouncer.rakkupgbouncer': {
mode: 'tcp',
}
};

let mainPort = '';
Expand Down

0 comments on commit e53d5e1

Please sign in to comment.