// The name and version of this build pub const PKG_NAME: &str = env!("CARGO_PKG_NAME"); pub const PKG_VERS: &str = env!("CARGO_PKG_VERSION"); // The publicly visible name of the server pub const SERVER_NAME: &str = "SurrealDB"; // The public endpoint for the database administration interface pub const APP_ENDPOINT: &str = "https://app.surrealdb.com";