summaryrefslogtreecommitdiff
path: root/api-src/_env.ts
diff options
context:
space:
mode:
Diffstat (limited to 'api-src/_env.ts')
-rw-r--r--api-src/_env.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-src/_env.ts b/api-src/_env.ts
index 69ed902..536f8d7 100644
--- a/api-src/_env.ts
+++ b/api-src/_env.ts
@@ -2,7 +2,7 @@ import path from 'path';
import dotenv from 'dotenv';
// Parsing the env file.
-dotenv.config({ path: path.resolve(__dirname, '../../.env') });
+dotenv.config({ path: path.resolve(__dirname, '../.env') });
type Env = {
PAYPAL_LIVE_CLIENT_ID: string,