Skip to content

Instantly share code, notes, and snippets.

@ThomasGaubert
Created February 22, 2017 04:17
Show Gist options
  • Save ThomasGaubert/17a0b0387ec1dc4081e44284ae679472 to your computer and use it in GitHub Desktop.
Save ThomasGaubert/17a0b0387ec1dc4081e44284ae679472 to your computer and use it in GitHub Desktop.
Zephyr Login Configuration
var config = {};
// Zephyr server
config.zephyrServerBase = 'ZEPHYR SERVER BASE';
config.zephyrApiKey = 'API KEY';
config.zephyrAppId = 0;
module.exports = config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment