Update default endpoint for import/export requests
This commit is contained in:
parent
fc68e59644
commit
58698f58fe
1 changed files with 2 additions and 2 deletions
|
@ -308,7 +308,7 @@ pub fn init() {
|
|||
.long("conn")
|
||||
.forbid_empty_values(true)
|
||||
.validator(conn_valid)
|
||||
.default_value("https://surreal.io")
|
||||
.default_value("https://cloud.surrealdb.com")
|
||||
.help("Remote database server url to connect to"),
|
||||
)
|
||||
.arg(
|
||||
|
@ -362,7 +362,7 @@ pub fn init() {
|
|||
.long("conn")
|
||||
.forbid_empty_values(true)
|
||||
.validator(conn_valid)
|
||||
.default_value("https://surreal.io")
|
||||
.default_value("https://cloud.surrealdb.com")
|
||||
.help("Remote database server url to connect to"),
|
||||
)
|
||||
.arg(
|
||||
|
|
Loading…
Reference in a new issue