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:
| var config = {}; | |
| // Zephyr server | |
| config.zephyrServerBase = 'ZEPHYR SERVER BASE'; | |
| config.zephyrApiKey = 'API KEY'; | |
| config.zephyrAppId = 0; | |
| module.exports = config; |
I hereby claim:
To claim this, I am signing this object:
| var config = {}; | |
| config.environment = 'development'; | |
| // Express | |
| config.port = 8080; | |
| config.expressLogging = false; | |
| // Secrets | |
| config.sessionSecret = 'supersecret'; |