Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/scripts/osx/sbinit.config
blob: 05a983b973e04afb91708df35c868587c88d5f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "assetDirectories" : [
    "../assets/",
    "./mods/"
  ],

  "storageDirectory" : "./",

  "assetsSettings" : {
    "pathIgnore" : [],
    "digestIgnore" : [
      ".*"
    ]
  },

  "defaultConfiguration" : {
    "allowAdminCommandsFromAnyone" : true,
    "anonymousConnectionsAreAdmin" : true,
    "bindings" : {
      "KeybindingClear" :  [ { "type" : "key", "value" : "Del", "mods" : [] } ]
    }
  }
}