Skip to content

Commit

Permalink
Disable authentication by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint.Network committed Jan 31, 2020
1 parent fa37143 commit 8064ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl Default for Configuration {
ssl_certificate_key: String::new(),
},
authentication: Authentication {
enabled: true,
enabled: false,
root_token: String::new(),
secret_key: String::new(),
},
Expand Down

0 comments on commit 8064ed7

Please sign in to comment.