Spaces:
Running
Running
add cubzh config file
Browse files- 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 |
+
}
|