forked from xc0ut/PGScout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini.sample
29 lines (19 loc) · 960 Bytes
/
config.ini.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Server Settings
#################
#host: 127.0.0.1 # Host or IP to bind to.
#port: 4242 # Port to bind to.
# Accounts
##########
#accounts-file: # Load accounts from CSV file containing "auth_service,username,passwd" lines.
#level: 30 # Minimum trainer level required. Lower levels will yield an error.
#shadowban-threshold: 3 # Mark an account as shadowbanned after this many errors.
# If allPGPool is specified the account gets swapped out.
# PGPool
########
#pgpool-url: # Address of PGPool to load accounts from and/or update their details.
#pgpool-system-id: # System ID for PGPool. Required if --pgpool-url given.
#pgpool-num-accounts: # Use this many accounts from PGPool. --pgpool-url required.
# General Settings
##################
hash-key: # Hash key(s) to use.
#proxies-file: # Load proxy list from text file (one proxy per line).