Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
54856147
Commit
54856147
authored
Apr 21, 2022
by
Jaida Wu
Browse files
Listens to all addresses by default
Signed-off-by:
Jaida Wu
<
mlgmxyysd@meowcat.org
>
parent
d11413c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/Config.java
View file @
54856147
package
emu.grasscutter
;
public
final
class
Config
{
public
String
DispatchServerIp
=
"
127
.0.0.
1
"
;
public
String
DispatchServerPublicIp
=
""
;
public
String
DispatchServerIp
=
"
0
.0.0.
0
"
;
public
String
DispatchServerPublicIp
=
"
127.0.0.1
"
;
public
int
DispatchServerPort
=
443
;
public
String
DispatchServerKeystorePath
=
"./keystore.p12"
;
public
String
DispatchServerKeystorePassword
=
""
;
public
Boolean
UseSSL
=
true
;
public
String
GameServerName
=
"Test"
;
public
String
GameServerIp
=
"
127
.0.0.
1
"
;
public
String
GameServerPublicIp
=
""
;
public
String
GameServerIp
=
"
0
.0.0.
0
"
;
public
String
GameServerPublicIp
=
"
127.0.0.1
"
;
public
int
GameServerPort
=
22102
;
public
String
DatabaseUrl
=
"mongodb://localhost:27017"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment