Skip to content

Instantly share code, notes, and snippets.

@akhilesh26
Created August 18, 2019 08:47
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 akhilesh26/af331716418225dfd498d031be12279f to your computer and use it in GitHub Desktop.
Save akhilesh26/af331716418225dfd498d031be12279f to your computer and use it in GitHub Desktop.
{
"site": {
"clientID": "f8accd51-33d2-4d9b-a2c1-c01a76a4f096"
},
"musicbrainz": {
"clientID": "VKoFeTXot6LKA8nQ1a6w8A",
"clientSecret": "bsB5Fn6Po1X2t1DLoG-i-A",
"callbackURL": "http://localhost:9099/cb"
},
"session": {
"secret": "Something here!",
"redis": {
"host": "localhost",
"port": 6379,
"ttl": 3600
}
},
"database": {
"client": "pg",
"debug": false,
"connection": {
"host": "127.0.0.1",
"database": "bookbrainz_test",
"user": "akhilesh",
"password": ""
}
},
"search": {
"host": "localhost:9200",
"apiVersion": "5.6",
"maxRetries": -1,
"deadTimeout": 2000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment