This commit is contained in:
Tibo De Peuter 2025-03-13 01:26:58 +01:00
parent 6a6eed8978
commit 77cdb652e9
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
6 changed files with 138 additions and 414 deletions

View file

@ -7,4 +7,4 @@ export const DWENGO_API_BASE: string = 'https://dwengo.org/backend/api';
// Logging
export const LOG_LEVEL: string = 'development' === process.env.NODE_ENV ? 'debug' : 'info';
export const LOKI_HOST: string = process.env.LOKI_HOST || 'http://localhost:3102';
export const LOKI_HOST: string = process.env.LOKI_HOST || 'http://logging:3102';