use crate::AppConfig; impl AppConfig { pub fn oauth_server_port(&self) -> anyhow::Result { self.parse_env("APP_OAUTH_SERVER_PORT", 8082) } }