In the ongoing move to slowly move away from SETTINGS as a “special” page, and even to be able to move away from space-config in general in the future I’m migrating some SETTINGS into server-side environment variables.
This means that on Edge these particular SETTINGS will stop having effect (and need to be configured via equivalent environment variables):
indexPage is now to be configured using SB_INDEX_PAGE
spaceIgnore is now to be configured using SB_SPACE_IGNORE
The power of doing this on a settings page is that you can easily modify it from the client without restarting the server (just a reload).
The risk is that, even on a read-only space, you leak date (especially with things like space ignore or secret values).
Is everything eventually moving to server side config or will we still be able to configure some things via a page or block?