Skip to content

Commit 2c1bb75

Browse files
committed
refactor!: Change more const to default testnet srv
1 parent b99c3e9 commit 2c1bb75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/cli/src/config.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ pub struct RawConfig {
106106
server_configs: Vec<ServerConfig>,
107107
}
108108

109-
const DEFAULT_HOST: &str = "127.0.0.1:3000";
110-
const DEFAULT_PROTOCOL: &str = "http";
111-
const DEFAULT_HOST_NICKNAME: &str = "local";
109+
const DEFAULT_HOST: &str = "testnet.spacetimedb.com";
110+
const DEFAULT_PROTOCOL: &str = "https";
111+
const DEFAULT_HOST_NICKNAME: &str = "testnet";
112112

113113
#[derive(Clone)]
114114
pub struct Config {

0 commit comments

Comments
 (0)