1/* 2 * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. 3 * License: MS-RSL – see LICENSE.md for details 4 */ 5 6/* 7RANDOM constants that we might use anywhere in cocalc go here. 8*/ 9 10export { NOT_SIGNED_IN, versionCookieName } from "./auth"; 11 12export { DUMMY_SECRET } from "./project"; 13 14export { SERVER_SETTINGS_ENV_PREFIX } from "./server_settings"; 15 16