Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
chore: change default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Jan 16, 2023
1 parent 2614b1a commit 8267600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub struct Config {

#[config_derive]
pub struct TlsConfig {
#[educe(Default = true)]
#[educe(Default = false)]
pub enable: bool,
#[educe(Default = "/path/to/fullchain.cer")]
pub cert: ArcStr,
Expand All @@ -23,6 +23,6 @@ pub struct TlsConfig {

#[config_derive]
pub struct ServerConfig {
#[educe(Default = "0.0.0.0:6996")]
#[educe(Default = "0.0.0.0:80")]
pub address: ArcStr,
}

0 comments on commit 8267600

Please sign in to comment.