feat(auth): with basic auth options
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-20 21:19:54 +02:00
parent ec483ce875
commit cdeefba39a
3 changed files with 36 additions and 26 deletions

View File

@@ -9,8 +9,6 @@ pub struct AppConfig {
pub database_type: DatabaseType,
#[clap(long, env)]
pub rust_log: String,
#[clap(long, env)]
pub token_secret: String,
#[clap(long, env, default_value = "3001")]
pub api_port: u32,
#[clap(long, env, default_value = "true")]