Certain settings such as the Postgres connection string, have a "Skip" option. This is used for settings that are injected via environment variables and therefore if skipped, it will not save the specific setting within the `serverConfig.json` file for security purposes. This is mainly used for credentials/secrets that are rotated or injected via a vault.
+
Certain settings such as the Postgres connection string, have a "Skip" option. Check this for settings that you want to be injected via Environment Variables and it will not save the specific setting within the `serverConfig.json` file.