style(backend): Format
This commit is contained in:
parent
c37d4d8e04
commit
ddee299b4a
25 changed files with 265 additions and 150 deletions
|
@ -7,6 +7,6 @@ export const DWENGO_API_BASE: string = 'https://dwengo.org/backend/api';
|
|||
// Logging
|
||||
|
||||
export const LOG_LEVEL: string =
|
||||
'development' === process.env.NODE_ENV ? 'debug' : 'info';
|
||||
'development' === process.env.NODE_ENV ? 'debug' : 'info';
|
||||
export const LOKI_HOST: string =
|
||||
process.env.LOKI_HOST || 'http://localhost:3102';
|
||||
process.env.LOKI_HOST || 'http://localhost:3102';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue