Skip to content

Commit

Permalink
example/evebox.yaml: move authentication section
Browse files Browse the repository at this point in the history
It makes more sense up by the http configuration.
  • Loading branch information
jasonish committed Mar 25, 2024
1 parent 671e917 commit 81f21b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/evebox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ http:
# env: EVEBOX_HTTP_REQUEST_LOGGING
#request-logging: true

authentication:
# Default: false
# env: EVEBOX_AUTHENTICATION_REQUIRED
required: false

# Database configuration.
database:

Expand Down Expand Up @@ -63,11 +68,6 @@ database:
# - No default
#size: "20 GB"

authentication:
# Default: false
# env: EVEBOX_AUTHENTICATION_REQUIRED
required: false

# The server can process a log file, eliminating the need for a
# separate agent process if on the same machine.
input:
Expand Down

0 comments on commit 81f21b4

Please sign in to comment.