exclserver-api

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i exclserver-api

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • kurt-stolle