//! Branding strings.
/// The product name.
pub const BRANDING: &str = "Gel";
/// The CLI name.
pub const BRANDING_CLOUD: &str = "Gel Cloud";
/// The display name for the project manifest file.
pub const MANIFEST_FILE_DISPLAY_NAME: &str = "`gel.toml` or `edgedb.toml`";
/// The default name of the database user bootstrapped in a new instance.
pub const BRANDING_DEFAULT_USERNAME: &str = "admin";
pub const BRANDING_DEFAULT_USERNAME_LEGACY: &str = "edgedb";