diff --git a/documentation/docusaurus.config.js b/documentation/docusaurus.config.js index 360cfb13..3b314d66 100644 --- a/documentation/docusaurus.config.js +++ b/documentation/docusaurus.config.js @@ -126,6 +126,7 @@ const siteConfig = { [ 'docusaurus-plugin-dotenv', { + path: "./.env", // The path to your environment variables. safe: false, // If false ignore safe-mode, if true load './.env.example', if a string load that file as the sample systemvars: true, // Set to true if you would rather load all system variables as well (useful for CI purposes) silent: false, // If true, all warnings will be suppressed