Skip to content

Instantly share code, notes, and snippets.

View ThomasGaubert's full-sized avatar

Thomas Gaubert ThomasGaubert

View GitHub Profile
@ThomasGaubert
ThomasGaubert / config-private.js
Created February 22, 2017 04:17
Zephyr Login Configuration
var config = {};
// Zephyr server
config.zephyrServerBase = 'ZEPHYR SERVER BASE';
config.zephyrApiKey = 'API KEY';
config.zephyrAppId = 0;
module.exports = config;

Keybase proof

I hereby claim:

  • I am ThomasGaubert on github.
  • I am thomasgaubert (https://keybase.io/thomasgaubert) on keybase.
  • I have a public key whose fingerprint is 5856 D234 5F88 3A09 3131 D567 78CB 8D33 11B7 049C

To claim this, I am signing this object:

@ThomasGaubert
ThomasGaubert / config-private.js
Created March 13, 2017 02:11
Zephyr Server Configuration
var config = {};
config.environment = 'development';
// Express
config.port = 8080;
config.expressLogging = false;
// Secrets
config.sessionSecret = 'supersecret';