* Make it easier to benchmark and profile the code * Remove unnecessary escape * Clarify that the backend server is started without the frontend * Add missing NODE_CONFIG_ENV environment variable * Add error message when user has not included console.time statements * Fix lint issue * Handle multiple console.time statements * Switch NODE_CONFIG_ENV to test * Switch to const as variable never re-assigned
36 lines
463 B
YAML
36 lines
463 B
YAML
public:
|
|
bind:
|
|
address: '::'
|
|
|
|
metrics:
|
|
prometheus:
|
|
enabled: false
|
|
|
|
ssl:
|
|
isSecure: false
|
|
|
|
cors:
|
|
allowedOrigin: []
|
|
|
|
persistence:
|
|
dir: './private'
|
|
|
|
services:
|
|
github:
|
|
baseUri: 'https://api.github.com/'
|
|
debug:
|
|
enabled: false
|
|
intervalSeconds: 200
|
|
trace: false
|
|
|
|
cacheHeaders:
|
|
defaultCacheLengthSeconds: 120
|
|
|
|
rateLimit: true
|
|
|
|
handleInternalErrors: true
|
|
|
|
fetchLimit: '10MB'
|
|
|
|
private: {}
|