We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fe4be commit d8bfe90Copy full SHA for d8bfe90
service/src/config.rs
@@ -55,11 +55,11 @@ pub struct Config {
55
database_uri: Option<String>,
56
57
/// The URL for the TipTap Cloud API provider
58
- #[arg(short, long, env)]
+ #[arg(long, env)]
59
tip_tap_url: Option<String>,
60
61
/// The authorization key to use when calling the TipTap Cloud API.
62
63
tip_tap_auth_key: Option<String>,
64
65
/// The host interface to listen for incoming connections
0 commit comments