osb/scripts/osx/sbinit.config
2023-06-20 14:33:09 +10:00

24 lines
413 B
Plaintext

{
"assetDirectories" : [
"../assets/",
"./mods/"
],
"storageDirectory" : "./",
"assetsSettings" : {
"pathIgnore" : [],
"digestIgnore" : [
".*"
]
},
"defaultConfiguration" : {
"allowAdminCommandsFromAnyone" : true,
"anonymousConnectionsAreAdmin" : true,
"bindings" : {
"KeybindingClear" : [ { "type" : "key", "value" : "Del", "mods" : [] } ]
}
}
}