Redirect to temporary website holding page for app interface
Closes #219
This commit is contained in:
parent
1dd08bedaa
commit
ffeb56fc7e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ pub const PKG_VERS: &str = env!("CARGO_PKG_VERSION");
|
|||
pub const SERVER_NAME: &str = "SurrealDB";
|
||||
|
||||
// The public endpoint for the database administration interface
|
||||
pub const APP_ENDPOINT: &str = "https://app.surrealdb.com";
|
||||
pub const APP_ENDPOINT: &str = "https://surrealdb.com/app";
|
||||
|
||||
// Specifies how many concurrent jobs can be buffered in the worker channel.
|
||||
pub const MAX_CONCURRENT_CALLS: usize = 24;
|
||||
|
|
Loading…
Reference in a new issue