mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
change USERNAME and PASSWORD to FLOWISE_USERNAME and FLOWISE_PASSWORD to prevent conflict with machine env variables
This commit is contained in:
@@ -2,7 +2,7 @@ import dotenv from 'dotenv'
|
||||
import path from 'path'
|
||||
|
||||
const envPath = path.join(__dirname, '..', '..', '.env')
|
||||
dotenv.config({ path: envPath })
|
||||
dotenv.config({ path: envPath, override: true })
|
||||
|
||||
export * from './Interface'
|
||||
export * from './utils'
|
||||
|
||||
Reference in New Issue
Block a user