We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7c7be3 + 3b6a924 commit 804e649Copy full SHA for 804e649
src/config.js
@@ -19,7 +19,7 @@ dotenv.config();
19
20
// attempt to read an .env file at the root of this repository.
21
// this helps in local development by having one place to set development settings.
22
-dotenv.config({ path: join(__dirname, '..', '.env') });
+dotenv.config({ path: join(__dirname, '..', '.env'), override: true });
23
24
export const envOptions = {
25
suppressTitle: 'AOC_SUPPRESS_TITLE',
0 commit comments