mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
Changed .env path
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { config as configInit } from 'dotenv';
|
import { config as configInit } from 'dotenv';
|
||||||
|
|
||||||
configInit();
|
configInit({ path: '../.env' });
|
||||||
|
|
||||||
export const config = {
|
export const config = {
|
||||||
database: {
|
database: {
|
||||||
|
|||||||
Reference in New Issue
Block a user