Selfhosted env variables options

Hi,

I am trying to setup my self hosted instance.
for the moment I have a version kind of working.

I cannot find the list of env variable (and possible options) to customize my instance, or what they do.

For example:
GRIST_HIDE_UI_ELEMENTS, I know I can use helpCenter billing templates multiSite multiAccounts
It is fairly easy to understand, and some I will probably understand more as I know more about grist.

But GRIST_ANON_PLAYGROUND What is anon playground? apparently from some threads in the forum, it is a boolean. but what does it do? There is no mention of it on the official documentation Self-hosted Grist - Grist Help Center

I am mostly interresting in not allowing registration from other people, and configuring where I store the grist files (for easier backup and storage space),

and figuring out how to fix the ‘access denied’ popup I have everytim I log in, from the log it seems to be an error from a javascript
https://grist.domain.tld/o/qchan/api/orgs/3/workspaces?includeSupport=1 failed with status 403: (access denied)

Hey @Quentin .

There’s a list of environment variables on the Github repository here: GitHub - gristlabs/grist-core: Grist is the evolution of spreadsheets. · GitHub

I’ve raised an issue with the team to see if we can add a link to that on the main help pages too.