Skip to content

Commit

Permalink
fix: 删除 config_file 配置项
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjing committed Aug 14, 2024
1 parent eaa0f83 commit fe6c99b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ultimates/ultimate/src/configuration/ultimate_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ use super::model::{AppConfig, DbConfig, GrpcConfig, SecruityConfig, TraceConfig,

#[derive(Clone, Serialize, Deserialize)]
pub struct UltimateConfig {
pub config_file: String,

app: AppConfig,

security: SecruityConfig,
Expand Down

0 comments on commit fe6c99b

Please sign in to comment.