update docs after explicitly allowing bind addressed in servenv #1600
Merged
update docs after explicitly allowing bind addressed in servenv #1600
Conversation
4 tasks
✅ Deploy Preview for vitess ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
ajm188
approved these changes
Sep 25, 2023
| --config-file-not-found-handling ConfigFileNotFoundHandling Behavior when a config file is not found. (Options: error, exit, ignore, warn) (default warn) | ||
| --config-name string Name of the config file (without extension) to search for. (default "vtconfig") | ||
| --config-path strings Paths to search for config files in. (default [/Users/andrew/dev/vitess]) | ||
| --config-path strings Paths to search for config files in. (default [/Users/florentpoinsard/Code/vitess]) |
Contributor
There was a problem hiding this comment.
Ooh shoot this is fine to merge but can you open an issue for us to fix/anonymize this?
bbd2cdf to
c100bc7
Compare
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
c100bc7 to
f91265a
Compare
ajm188
approved these changes
Oct 5, 2023
| --config-file-not-found-handling ConfigFileNotFoundHandling Behavior when a config file is not found. (Options: error, exit, ignore, warn) (default warn) | ||
| --config-name string Name of the config file (without extension) to search for. (default "vtconfig") | ||
| --config-path strings Paths to search for config files in. (default [/Users/andrew/dev/vtwebsite/vitessio.website/vitess]) | ||
| --config-path strings Paths to search for config files in. (default [<WORKDIR>]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
vitessio/vitess#13188
Note: this PR also include a small fix to
./tools/sync_cobradocs.shtosedthe modified files in order to make all path anonymous.