Sync
This commit is contained in:
		
							parent
							
								
									6a6eed8978
								
							
						
					
					
						commit
						77cdb652e9
					
				
					 6 changed files with 138 additions and 414 deletions
				
			
		|  | @ -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'; | ||||
|  |  | |||
		Reference in a new issue