UNPKG

417 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 server: {
5 configuration: {},
6 context: {
7 environment: 'prod',
8 debug: false,
9 verbosity: 1
10 }
11 },
12 client: {
13 configuration: {},
14 context: {
15 environment: 'prod',
16 debug: false,
17 verbosity: 1,
18 secret: 'c8f6ef24-1af1-4398-9120-8c30fa81db1a'
19 }
20 }
21};
\No newline at end of file