Skip to content

Instantly share code, notes, and snippets.

@syuilo
Created January 29, 2016 16:29
Show Gist options
  • Save syuilo/e787780f64e0a6b0c23f to your computer and use it in GitHub Desktop.
Save syuilo/e787780f64e0a6b0c23f to your computer and use it in GitHub Desktop.
{
"mongo": {
"uri": "mongodb://localhost/Misskey",
"options": {
"user": "もんごのuser id",
"pass": "ものごのpassword"
}
},
"redis": {
"host": "localhost",
"port": 6379
},
"fileServer": {
"passkey": "kyoppie",
"url": "http://yuppie.com",
"ip": "127.0.0.1",
"port": 907
},
"apiPasskey": "kyoppie",
"port": {
"internal": 616,
"http": 90,
"https": 443
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment