Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxNode authored Jan 16, 2024
1 parent 4270a70 commit 940bb97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers/configuration.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Configuration

Prebid Server can be configured uaing environment variables and supports several configuration file formats. The most commonly used formats are `yaml` and `json`, which are used as examples in this guide. Other supported formats include `toml`, `hcl`, `tfvars`, `ini`, `properities` (Java), and `env`.
Prebid Server can be configured uaing environment variables and supports several configuration file formats. The most commonly used formats are `yaml` and `json`, which are used as examples in this guide.

- describe hunt path and file name



Configuration is logged to standard out as Prebid Server starts up. If a validation error is detected, the application will immediately exit and report the problem.

# Contents
# Sections
> [!IMPORTANT]
> As we are still developing this guide, please refer to the [configuration structures in code](../../config/config.go) for a complete definition of the options.
Expand Down

0 comments on commit 940bb97

Please sign in to comment.