osb/scripts/linux/sbinit.config

21 lines
307 B
Plaintext
Raw Normal View History

2023-06-20 04:33:09 +00:00
{
"assetDirectories" : [
"../assets/",
"./mods/"
],
"storageDirectory" : "./",
"assetsSettings" : {
"pathIgnore" : [],
"digestIgnore" : [
".*"
]
},
"defaultConfiguration" : {
"allowAdminCommandsFromAnyone" : true,
"anonymousConnectionsAreAdmin" : true
}
}