0.5.0 • Published 6 years ago

@release-notes/hub v0.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Release Notes Hub

Subscribe to Release Notes

Installation

The recommended way of hacking the release notes hub is by using the docker compose based dev env. Run the dev env installation and setup steps.

This will launch the hub on localhost:8080.

Environment Variables

The app is aware of the following environment variables:

VariableDescriptionDefault
PORTThe http port the express server will listen to.8080
MONGODB_HOSTHostname of the mongodb backend'release-notes-mongo'
MONGODB_PORTPort of the mongodb backend27017
MONGODB_USERMongodb userempty
MONGODB_PASSWORDPassoword of the mongodb userempty
MONGODB_DATABASEThe db to use'release-notes'
SPARK_POST_API_KEYApi key for sending transactional emailempty
EMAIL_DEFAULT_REPLY_TODefault reply-to email address'Release Notes hello@release-notes.com'
GITHUB_CLIENT_IDThe github client idempty
GITHUB_CLIENT_SECRETThe github client secretempty
GOOGLE_CLIENT_IDThe google client idempty
GOOGLE_CLIENT_SECRETThe google client secretempty
PIWIK_ENABLEDWhether piwik tracking is enabledtrue
PIWIK_SITE_IDThe related piwik site id1

LICENSE

The files in this archive are released under MIT license. You can find a copy of this license in LICENSE.