25 lines
398 B
Plaintext
25 lines
398 B
Plaintext
|
{
|
||
|
"assetDirectories" : [
|
||
|
"..\\assets\\",
|
||
|
".\\mods\\"
|
||
|
],
|
||
|
|
||
|
"storageDirectory" : ".\\",
|
||
|
|
||
|
"assetsSettings" : {
|
||
|
"pathIgnore" : [],
|
||
|
"digestIgnore" : [
|
||
|
".*"
|
||
|
]
|
||
|
},
|
||
|
|
||
|
"defaultConfiguration" : {
|
||
|
"allowAdminCommandsFromAnyone" : true,
|
||
|
"anonymousConnectionsAreAdmin" : true,
|
||
|
|
||
|
"gameServerBind" : "*",
|
||
|
"queryServerBind" : "*",
|
||
|
"rconServerBind" : "*"
|
||
|
}
|
||
|
}
|