API-vendor/container/cube/conf/cube.js

5 lines
92 B
JavaScript

module.exports = {
dbType: 'mysql',
apiSecret: 'your-secret-here',
webSockets: true
};