Skip to content

Commit

Permalink
chore: update env (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy authored Jan 7, 2025
1 parent 9f16d04 commit e0bc8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/appflowy-collaborate/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ pub fn get_configuration() -> Result<Config, anyhow::Error> {
redis_uri: get_env_var("APPFLOWY_REDIS_URI", "redis://localhost:6379").into(),
redis_worker_count: get_env_var("APPFLOWY_REDIS_WORKERS", "60").parse()?,
ai: AISettings {
port: get_env_var("APPFLOWY_AI_SERVER_PORT", "5001").parse()?,
port: get_env_var("AI_SERVER_PORT", "5001").parse()?,
host: get_env_var("AI_SERVER_HOST", "localhost"),
},
};
Expand Down

0 comments on commit e0bc8f8

Please sign in to comment.