21 lines
307 B
Plaintext
21 lines
307 B
Plaintext
|
{
|
||
|
"assetDirectories" : [
|
||
|
"../assets/",
|
||
|
"./mods/"
|
||
|
],
|
||
|
|
||
|
"storageDirectory" : "./",
|
||
|
|
||
|
"assetsSettings" : {
|
||
|
"pathIgnore" : [],
|
||
|
"digestIgnore" : [
|
||
|
".*"
|
||
|
]
|
||
|
},
|
||
|
|
||
|
"defaultConfiguration" : {
|
||
|
"allowAdminCommandsFromAnyone" : true,
|
||
|
"anonymousConnectionsAreAdmin" : true
|
||
|
}
|
||
|
}
|