v0.2.5-pre.010.fix.002
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
// file: crates/ksp-config-lib/src/environment.rs
|
||||
// version: 7
|
||||
// version: 8
|
||||
|
||||
/// Versioned environment contract template expected at the repository/runtime root.
|
||||
pub const DEFAULT_DOTENV_EXAMPLE_PATH: &str = ".env.example";
|
||||
/// Default local environment file read by Config from the process launch directory.
|
||||
pub const DEFAULT_DOTENV_PATH: &str = ".env";
|
||||
|
||||
const LOGGING_DOMAIN: &str = "config.environment";
|
||||
|
||||
/// Source that supplied one resolved Config environment variable.
|
||||
|
||||
Reference in New Issue
Block a user