Skip to content

Commit

Permalink
load env-specific .env file last
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed May 7, 2024
1 parent d5926a4 commit d0ee053
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export class LoadEnvironmentVariables implements Bootstrapper {
* in case the environment file does not exist, an error will be thrown.
*/
async loadEnvironment (): Promise<void> {
await this.loadSpecificEnvironmentFile()
await this.loadDefaultEnvironmentFile()
await this.loadSpecificEnvironmentFile()
}

/**
Expand Down

0 comments on commit d0ee053

Please sign in to comment.