mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) stop applying product limits to grist-core
Summary: Limits crafted for our SaaS product were getting applied to grist-core users. This diff removes them. There will be limits on a future self-managed product. Test Plan: checked manually Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3255
This commit is contained in:
@@ -20,6 +20,7 @@ setDefaultEnv('GRIST_SESSION_COOKIE', 'grist_core2');
|
||||
|
||||
setDefaultEnv('GRIST_SERVE_SAME_ORIGIN', 'true');
|
||||
setDefaultEnv('GRIST_SINGLE_PORT', 'true');
|
||||
setDefaultEnv('GRIST_DEFAULT_PRODUCT', 'Free');
|
||||
|
||||
import {updateDb} from 'app/server/lib/dbUtils';
|
||||
import {main as mergedServerMain} from 'app/server/mergedServerMain';
|
||||
|
||||
Reference in New Issue
Block a user