Skip to content

Commit 7816504

Browse files
authored
Apply suggestion from @mtrezza
Signed-off-by: Manuel <[email protected]>
1 parent 5aa80f7 commit 7816504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/Definitions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ module.exports.ParseServerOptions = {
619619
verifyServerUrl: {
620620
env: 'PARSE_SERVER_VERIFY_SERVER_URL',
621621
help:
622-
'Set to `false` to skip the server URL verification on startup. This can be useful in environments where the server URL is not accessible from the server itself, such as when running behind a firewall, in certain containerized environments, or in test environments like Jest where the verification may cause issues or unnecessary delays during test execution.<br><br>Default is `true`.',
622+
'Parse Server makes a HTTP request to the URL set in `serverURL` at the end of its launch routine to verify that the launch succeeded. If this option is set to `false`, the verification will be skipped. This can be useful in environments where the server URL is not accessible from the server itself, such as when running behind a firewall or in certain containerized environments.<br><br>⚠️ Certain server features or adapters may require Parse Server to be able to call itself by making requests to the URL set in `serverURL`. If a feature requires this, it is mentioned in the documentation.<br><br>Default is `true`.',
623623
action: parsers.booleanParser,
624624
default: true,
625625
},

0 commit comments

Comments
 (0)