0.0.1 • Published 8 years ago

exclserver-api v0.0.1

Weekly downloads
3
License
-
Repository
-
Last release
8 years ago

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"
  }  
}