Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/util/consts/index.ts
1447 views
1
/*
2
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3
* License: MS-RSL – see LICENSE.md for details
4
*/
5
6
/*
7
RANDOM constants that we might use anywhere in cocalc go here.
8
*/
9
10
export { NOT_SIGNED_IN, versionCookieName } from "./auth";
11
12
export { DUMMY_SECRET } from "./project";
13
14
export { SERVER_SETTINGS_ENV_PREFIX } from "./server_settings";
15
16