0.0.1 • Published 9 years ago
exclserver-api v0.0.1
ExclServer API
The Node.JS app for ExclServer.
Configuration
Config file layout. Make a file called config.json, in project's base directory.
{
"url": "http://localhost:3000",
"mysql" : {
"host" : "localhost",
"port" : 3306,
"user" : "me",
"password" : "secret",
"database" : "testing"
},
"secret": "mySecretString",
"paypal" : {
"mode" : "live",
"client_id" : "xxx",
"client_secret" : "xxx"
}
}
0.0.1
9 years ago