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 b99c3e9 commit 2c1bb75Copy full SHA for 2c1bb75
crates/cli/src/config.rs
@@ -106,9 +106,9 @@ pub struct RawConfig {
106
server_configs: Vec<ServerConfig>,
107
}
108
109
-const DEFAULT_HOST: &str = "127.0.0.1:3000";
110
-const DEFAULT_PROTOCOL: &str = "http";
111
-const DEFAULT_HOST_NICKNAME: &str = "local";
+const DEFAULT_HOST: &str = "testnet.spacetimedb.com";
+const DEFAULT_PROTOCOL: &str = "https";
+const DEFAULT_HOST_NICKNAME: &str = "testnet";
112
113
#[derive(Clone)]
114
pub struct Config {
0 commit comments