Skip to content

Commit

Permalink
examples/evebox.yaml: remove obsolete fields
Browse files Browse the repository at this point in the history
- username only authentication was removed with 0.18.0
- login-message is no longer used
  • Loading branch information
jasonish committed Mar 25, 2024
1 parent 5de73ff commit f562c01
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions examples/evebox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,10 @@ database:
#size: "20 GB"

authentication:

# Default: false
# env: EVEBOX_AUTHENTICATION_REQUIRED
required: false

# Type of login required:
# - username -- just a username...
# - usernamepassword -- username and password
# env: EVEBOX_AUTHENTICATION_TYPE
type: usernamepassword

# A little message that is displayed in the login dialog.
#login-message: Some message here...

# 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 f562c01

Please sign in to comment.