Hardcoded PORT
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 47s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 47s
This commit is contained in:
parent
be6277edd3
commit
e2b06930b4
@ -1,13 +0,0 @@
|
||||
export const idnotConfig = {
|
||||
IDNOT_API_KEY: process.env.IDNOT_API_KEY,
|
||||
IDNOT_ANNUARY_BASE_URL: process.env.IDNOT_ANNUARY_BASE_URL,
|
||||
|
||||
// OAuth2 credentials (these should ideally be moved to env vars for security)
|
||||
CLIENT_ID: process.env.IDNOT_CLIENT_ID,
|
||||
CLIENT_SECRET: process.env.IDNOT_CLIENT_SECRET,
|
||||
REDIRECT_URI: process.env.IDNOT_REDIRECT_URI,
|
||||
|
||||
// API URLs
|
||||
TOKEN_URL: process.env.IDNOT_TOKEN_URL,
|
||||
API_BASE_URL: process.env.IDNOT_API_BASE_URL
|
||||
};
|
@ -2,7 +2,7 @@ import * as dotenv from 'dotenv';
|
||||
dotenv.config();
|
||||
|
||||
export const config = {
|
||||
port: process.env.BACK_PORT || "",
|
||||
port: process.env.BACK_PORT || 8080,
|
||||
defaultStorage: process.env.DEFAULT_STORAGE || "",
|
||||
appHost: process.env.APP_HOST || "",
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user