Files
cloudron-box/constants.js
T
2015-03-02 11:22:24 +01:00

12 lines
351 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_NAME: 'Settings',
ADMIN_CLIENT_ID: 'webadmin', // oauth client id
ADMIN_APPID: 'admin' // admin appid (settingsdb)
};