Skip to content

Commit

Permalink
AES key comment
Browse files Browse the repository at this point in the history
  • Loading branch information
byewokko committed Jul 26, 2023
1 parent 47261ca commit d10c205
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion etc/seacatauth.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ auth_webui_base_url=http://localhost/auth
type=mongodb
mongodb_uri=mongodb://localhost:27017/
mongodb_database=auth
# A non-empty AES encryption key is required
# A non-empty AES encryption key is required.
# It should be a random string at least 16 characters long.
# aes_key=

[seacatauth:credentials:mongodb:default]
Expand Down
3 changes: 2 additions & 1 deletion example/docker/seacatauth-conf/seacatauth.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ auth_webui_base_url=http://localhost/auth
type=mongodb
mongodb_uri=mongodb://localhost:27017/
mongodb_database=auth
# A non-empty AES encryption key is required
# A non-empty AES encryption key is required.
# It should be a random string at least 16 characters long.
# aes_key=

[seacatauth:credentials:mongodb:default]
Expand Down

0 comments on commit d10c205

Please sign in to comment.