CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/util/consts/index.ts
Views: 687
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