Files
gristlabs_grist-core/app/server/lib
Spoffy 6908807236 Extracts config.json into its own module (#1061)
This adds a config file that's loaded very early on during startup. 

It enables us to save/load settings from within Grist's admin panel, that affect the startup of the FlexServer.

The config file loading:
- Is type-safe, 
- Validates the config file on startup
- Provides a path to upgrade to future versions.

It should be extensible from other versions of Grist (such as desktop), by overriding `getGlobalConfig` in stubs.

----

Some minor refactors needed to occur to make this possible. This includes:
- Extracting config loading into its own module (out of FlexServer).
- Cleaning up the `loadConfig` function in FlexServer into `loadLoginSystem` (which is what its main purpose was before).
2024-07-08 15:40:45 +01:00
..
2024-03-21 13:01:25 -04:00
2022-02-19 09:46:49 +00:00
2022-02-19 09:46:49 +00:00
2024-05-22 14:56:53 +02:00
2023-10-11 17:36:58 -04:00
2022-06-17 21:53:20 +02:00
2023-02-20 22:46:36 -05:00
2023-04-03 13:29:35 -04:00
2022-07-04 10:42:40 -04:00
2022-04-01 15:24:19 -07:00
2023-07-30 15:13:43 -04:00
2023-10-11 17:36:58 -04:00
2024-01-08 09:19:50 -05:00
2020-07-21 20:39:10 -04:00
2022-08-25 12:38:36 -07:00