Skip to content

Instantly share code, notes, and snippets.

@ornicar
Created October 13, 2012 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ornicar/3886367 to your computer and use it in GitHub Desktop.
Save ornicar/3886367 to your computer and use it in GitHub Desktop.
lichess.org mongodb user game config
{
"_id" : "thibault",
"ai" : {
"v" : 1,
"k" : false,
"t" : 10,
"i" : 5,
"l" : 3
},
"friend" : {
"v" : 1,
"k" : true,
"t" : 5,
"i" : 5,
"m" : 0
},
"hook" : {
"v" : 2,
"k" : true,
"t" : 4,
"i" : 6,
"m" : 1,
"e" : "800-2300"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment