Commit 404f8039 authored by nanahira's avatar nanahira

def

parent 8cdee517
...@@ -102,6 +102,12 @@ ...@@ -102,6 +102,12 @@
"auth_database": "postgres://233@233.mycard.moe/233", "auth_database": "postgres://233@233.mycard.moe/233",
"auth_key": "233333" "auth_key": "233333"
}, },
"challonge": {
"enabled": false,
"post_detailed_score": true,
"api_key": "123",
"tournament_id": "456"
},
"deck_log": { "deck_log": {
"enabled": true, "enabled": true,
"accesskey": "233", "accesskey": "233",
......
...@@ -102,6 +102,12 @@ ...@@ -102,6 +102,12 @@
"auth_database": "postgres://233@233.mycard.moe/233", "auth_database": "postgres://233@233.mycard.moe/233",
"auth_key": "233333" "auth_key": "233333"
}, },
"challonge": {
"enabled": false,
"post_detailed_score": true,
"api_key": "123",
"tournament_id": "456"
},
"deck_log": { "deck_log": {
"enabled": false, "enabled": false,
"accesskey": "233", "accesskey": "233",
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
"underscore.string": "latest", "underscore.string": "latest",
"sqlite3": "latest", "sqlite3": "latest",
"geoip-country-lite": "latest", "geoip-country-lite": "latest",
"challonge": "latest",
"ws": "latest" "ws": "latest"
}, },
"license": "AGPL-3.0", "license": "AGPL-3.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment