Skip to content

Commit

Permalink
optimize config
Browse files Browse the repository at this point in the history
  • Loading branch information
钱文品 committed Jan 27, 2018
1 parent f796e86 commit 064f391
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
{"BindAddr": "localhost:8000", "MongoUrl": "mongodb://localhost:27017/alex", "Teams": ["python", "java", "php", "go"], "ShowLayout": true}
{
"BindAddr": "localhost:8000",
"MongoUrl": "mongodb://localhost:27017/alex",
"Teams": [
"python",
"java",
"php",
"go"
],
"ShowLayout": true
}

0 comments on commit 064f391

Please sign in to comment.