Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Link defaults.conf from Configuration article #846

Merged
merged 3 commits into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Garnet Configuration
## How to Configure Garnet

The Garnet server (GarnetServer.exe) can be configured using a configuration file (e.g. `garnet.conf` or `redis.conf`), while command line arguments can be used to override any settings specified in the file. /
Any settings not specified in either configuration file or command line arguments are set to default valued specified in the `defaults.conf` file (path to this file can be overridden via the command line arguments).
Any settings not specified in either configuration file or command line arguments are set to default valued specified in the [defaults.conf](https://github.com/microsoft/garnet/blob/main/libs/host/defaults.conf) file (path to this file can be overridden via the command line arguments).

Garnet currently supports two configuration file formats:
1) The [`garnet.conf`](#garnetconf) file format (default) - a JSON-formatted collection of settings
Expand Down
Loading