We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa62c4 commit ed83d00Copy full SHA for ed83d00
1 file changed
rust/cloud-storage/mcp_service/src/config.rs
@@ -62,8 +62,8 @@ pub struct Config {
62
/// The environment we are in.
63
#[macro_config_default(Environment::new_or_prod())]
64
pub environment: Environment,
65
- /// Port to listen on. Defaults to `8090` when unset.
66
- #[macro_config_default(8090)]
+ /// Port to listen on. Defaults to `8080` when unset.
+ #[macro_config_default(8080)]
67
pub port: usize,
68
/// The connection URL for the Postgres database this application uses.
69
pub database_url: DatabaseUrl,
0 commit comments