Files
cloudron-box/constants.js
T
2015-02-25 16:44:37 -08:00

11 lines
323 B
JavaScript

'use strict';
exports = module.exports = {
// default admin installation location. keep in sync with ADMIN_LOCATION in setup/start.sh and BOX_ADMIN_LOCATION in appstore constants.js
ADMIN_LOCATION: 'my',
ADMIN_CLIENT_ID: 'webadmin', // oauth client id
ADMIN_APPID: 'admin' // admin appid (settingsdb)
};