Redirect to temporary website holding page for app interface

Closes #219
This commit is contained in:
Tobie Morgan Hitchcock 2022-09-21 01:03:38 +01:00
parent 1dd08bedaa
commit ffeb56fc7e

View file

@ -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;