Files
cloudron-box/constants.js
T
2015-06-24 17:20:47 +02:00

15 lines
510 B
JavaScript

'use strict';
// default admin installation location. keep in sync with ADMIN_LOCATION in setup/start.sh and BOX_ADMIN_LOCATION in appstore constants.js
exports.ADMIN_LOCATION = 'my';
exports.API_LOCATION = 'api'; // this is unused but reserved for future use (#403)
exports.ADMIN_NAME = 'Settings';
exports.ADMIN_CLIENT_ID = 'webadmin'; // oauth client id
exports.ADMIN_APPID = 'admin'; // admin appid (settingsdb)
exports.TEST_NAME = 'Test';
exports.TEST_LOCATION = '';
exports.TEST_CLIENT_ID = 'test';