Files
cloudron-box/constants.js
T
2015-06-12 11:20:48 +02:00

16 lines
427 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)
TEST_NAME: 'Test',
TEST_LOCATION: '',
TEST_CLIENT_ID: 'test',
};