Load backend secrets from Vault
Some checks failed
Build and deploy Backend / build (push) Failing after 27s
Some checks failed
Build and deploy Backend / build (push) Failing after 27s
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import 'dotenv/config';
|
||||
|
||||
import { loadVaultEnvironment } from './vault/env.js';
|
||||
|
||||
await loadVaultEnvironment();
|
||||
|
||||
export const config = {
|
||||
host: process.env.HOST ?? '0.0.0.0',
|
||||
port: Number(process.env.PORT ?? '4000'),
|
||||
|
||||
Reference in New Issue
Block a user