Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Nov 22, 2024
1 parent 7b5e890 commit e376607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/branding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ pub const BRANDING_WSL: &str = "EdgeDB.WSL.1";
pub const CONFIG_FILE_DISPLAY_NAME: &str = "`gel.toml` (or `edgedb.toml`)";

/// The database/OS username.
// TODO: This should be "gel" as well
// TODO: This should become "admin"
pub const BRANDING_USERNAME: &str = "edgedb";

/// The OS pathname.
// TODO: This should be "gel" as well
/// The OS pathname for data files.
// TODO: Should this be "gel" as well?
pub const BRANDING_PATH: &str = if cfg!(windows) {
"EdgeDB"
} else {
Expand Down

0 comments on commit e376607

Please sign in to comment.