Daniel García
6 years ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
1 changed files with
1 additions and
1 deletions
-
src/config.rs
|
@ -44,7 +44,7 @@ macro_rules! make_config { |
|
|
|
|
|
|
|
|
impl ConfigBuilder { |
|
|
impl ConfigBuilder { |
|
|
fn from_env() -> Self { |
|
|
fn from_env() -> Self { |
|
|
dotenv::dotenv().ok(); |
|
|
dotenv::from_path(".env").ok(); |
|
|
|
|
|
|
|
|
let mut builder = ConfigBuilder::default(); |
|
|
let mut builder = ConfigBuilder::default(); |
|
|
$($( |
|
|
$($( |
|
|