-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfigure
More file actions
113 lines (113 loc) · 3.41 KB
/
configure
File metadata and controls
113 lines (113 loc) · 3.41 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#PWSERVER CONFIG
export PW_AUTO_UPDATE="true" # Auto-update toggle (set to false to disable auto updates)
#DIR
export PW_SERVER_DIR="PWServer" # Directory for server files and logs
#EXTERNAL PORTS
export PW_PORT_1="29000"
export PW_PORT_2="29001"
export PW_PORT_3="29002"
export PW_PORT_4="29003"
export PW_PORT_5="29004"
export PW_PORT_6="29005"
export PW_PORT_7="29006"
export PW_PORT_8="29007"
export PW_PORT_9="29008"
export PW_PORT_10="29009"
export PW_PORT_11="29010"
export PW_PORT_12="29011"
export PW_PORT_13="29012"
export PW_PORT_14="29013"
export PW_PORT_15="29014"
export PW_PORT_16="29015"
export PW_PORT_17="29016"
export PW_PORT_18="29017"
export PW_PORT_19="29018"
export PW_PORT_20="29019"
#START
export PW_START_GAMED="false"
export PW_START_GLINKD_1="false"
export PW_START_GLINKD_2="false"
export PW_START_GLINKD_3="false"
export PW_START_GLINKD_4="false"
export PW_START_GLINKD_5="false"
export PW_START_GLINKD_6="false"
export PW_START_GLINKD_7="false"
export PW_START_GLINKD_8="false"
export PW_START_GLINKD_9="false"
export PW_START_GLINKD_10="false"
export PW_START_GLINKD_11="false"
export PW_START_GLINKD_12="false"
export PW_START_GLINKD_13="false"
export PW_START_GLINKD_14="false"
export PW_START_GLINKD_15="false"
export PW_START_GLINKD_16="false"
export PW_START_GLINKD_17="false"
export PW_START_GLINKD_18="false"
export PW_START_GLINKD_19="false"
export PW_START_GLINKD_20="false"
export PW_START_GAMEDBD="false"
export PW_START_GFACTIOND="false"
export PW_START_GACD="false"
export PW_START_GDELIVERYD="false"
export PW_START_GAUTHD="false"
export PW_START_UNIQUENAMED="false"
export PW_START_LOGSERVICE="false"
export PW_START_MONITOR="false"
export PW_START_GAMETALKD="false"
#BACKUP
export PW_DB_HOST="127.0.0.1"
export PW_DB_USER="root"
export PW_DB_PASSWORD="1"
export PW_DB_NAME="pw"
export PW_EXTERNAL_BACKUP="false"
export PW_BACKUP_SSH_PASS="1"
export PW_BACKUP_SSH_USER="root"
export PW_BACKUP_SSH_HOST="127.0.0.1"
export PW_BACKUP_DIR="/PWStorage/backup"
export PW_BACKUP_LOG_DIR="/PWStorage/logs"
export PW_BACKUP_STORAGE_DIR="/PWStorage"
export PW_BACKUP_RETENTION_DAYS="5"
export PW_SLEEP_TIME="1"
export PW_ALLOW_SSH_PORT_DEFAULT="true"
#FIREWALL IP FOR EXTERNAL CONNECTIONS TO SERVERS
export PW_EXTERNAL_IP_1="0"
export PW_EXTERNAL_IP_2="0"
export PW_EXTERNAL_IP_3="0"
export PW_EXTERNAL_IP_4="0"
export PW_EXTERNAL_IP_5="0"
export PW_EXTERNAL_IP_6="0"
export PW_EXTERNAL_IP_7="0"
export PW_EXTERNAL_IP_8="0"
export PW_EXTERNAL_IP_9="0"
export PW_EXTERNAL_IP_10="0"
export PW_EXTERNAL_IP_11="0"
export PW_EXTERNAL_IP_12="0"
export PW_EXTERNAL_IP_13="0"
export PW_EXTERNAL_IP_14="0"
export PW_EXTERNAL_IP_15="0"
export PW_EXTERNAL_IP_16="0"
export PW_EXTERNAL_IP_17="0"
export PW_EXTERNAL_IP_18="0"
export PW_EXTERNAL_IP_19="0"
export PW_EXTERNAL_IP_20="0"
#FIREWALL PORT FOR EXTERNAL CONNECTIONS TO PROVIDER SERVERS OF GLINKDS
export PW_EXTERNAL_PORT_1="0"
export PW_EXTERNAL_PORT_2="0"
export PW_EXTERNAL_PORT_3="0"
export PW_EXTERNAL_PORT_4="0"
export PW_EXTERNAL_PORT_5="0"
export PW_EXTERNAL_PORT_6="0"
export PW_EXTERNAL_PORT_7="0"
export PW_EXTERNAL_PORT_8="0"
export PW_EXTERNAL_PORT_9="0"
export PW_EXTERNAL_PORT_10="0"
export PW_EXTERNAL_PORT_11="0"
export PW_EXTERNAL_PORT_12="0"
export PW_EXTERNAL_PORT_13="0"
export PW_EXTERNAL_PORT_14="0"
export PW_EXTERNAL_PORT_15="0"
export PW_EXTERNAL_PORT_16="0"
export PW_EXTERNAL_PORT_17="0"
export PW_EXTERNAL_PORT_18="0"
export PW_EXTERNAL_PORT_19="0"
export PW_EXTERNAL_PORT_20="0"