Skip to content

Commit

Permalink
Merge pull request #101 from RakkuST/patch-1
Browse files Browse the repository at this point in the history
use mode tcp for pgbouncer
  • Loading branch information
TheTrunk authored Feb 29, 2024
2 parents 433fddb + e53d5e1 commit ab42830
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 ab42830

Please sign in to comment.