Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

spacekit/spacekit-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceKit Service

Build Status Dependency Status devDependency Status

Install

$ npm install spacekit-service -g

Usage

If there is a spacekit-service.json file in the directory you run spacekit-service from, we'll use it to configure the client. Typical options are as follows:

{
  "pg": "postgres://username:password@host:port/dbname",
  "smtpUser": null,
  "smtpPass": null,
  "awsHostedZoneId": null,
  "awsAccessKeyId": null,
  "awsSecretAccessKey": null,
  "host": "spacekit.io"
}

Logs

Log files will be stored in the directory you run spacekit-service from. They're named spacekit-service.log and will rotate for 3 days (spacekit-service.log.0, spacekit-service.log.1, etc..).

License

Apache License, Version 2.0