mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 14 additions and 2 deletions
@ -0,0 +1,4 @@ |
|||
import { config } from 'dotenv'; |
|||
import { expand } from 'dotenv-expand'; |
|||
|
|||
expand(config({ path: process.env.GHOSTFOLIO_ENV_FILE, quiet: true })); |
|||
Loading…
Reference in new issue