Skip to content
Snippets Groups Projects
Commit df2697ee authored by michael.minelli's avatar michael.minelli
Browse files

App => Replace .env by .env.vault

parent a3d03c40
No related branches found
No related tags found
1 merge request!2Adds a first version of the wiki documentation
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
// Read from the .env file // Read from the .env file
// ATTENTION : This lines MUST be the first of this file (except for the path import) // ATTENTION : This lines MUST be the first of this file (except for the path import)
const path = require('node:path'); const path = require('node:path');
require('dotenv').config({ path: path.join(__dirname, '../.env') }); require('dotenv').config({
path : path.join(__dirname, '../.env.vault'),
DOTENV_KEY: 'dotenv://:key_fc323d8e0a02349342f1c6a119bb38495958ce3a43a87d19a3f674b7e2896dcb@dotenv.local/vault/.env.vault?environment=development'
});
require('./shared/helpers/TypeScriptExtensions'); // ATTENTION : This line MUST be the second of this file require('./shared/helpers/TypeScriptExtensions'); // ATTENTION : This line MUST be the second of this file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment