aduermael commited on
Commit
1fbdb8d
1 Parent(s): 962500b

add cubzh config file

Browse files
Files changed (1) hide show
  1. cubzh.json +13 -0
cubzh.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "script": "cubzh.lua",
3
+ "env": {
4
+ "USER_AUTH": "disabled",
5
+ "CUBZH_MENU": "disabled"
6
+ },
7
+ "contributors": [
8
+ { "caillef": 0.4 },
9
+ { "tantris": 0.4 },
10
+ { "aduermael": 0.2 }
11
+ ],
12
+ "bundle": []
13
+ }