Refactor .env-example.
This commit is contained in:
		
							parent
							
								
									0ce75b2951
								
							
						
					
					
						commit
						b5c9699e2c
					
				@ -1,5 +1,6 @@
 | 
			
		||||
# Logging levels => TRACE = 0|DEBUG = 1|INFO = 2|LOG = 3|WARN = 4|ERROR = 5|FATAL = 6|OFF = 7
 | 
			
		||||
LOG_LEVEL=
 | 
			
		||||
SERVER_LEVEL=
 | 
			
		||||
SERVER_LOG_LEVEL=
 | 
			
		||||
CIC_CHAIN_ID=
 | 
			
		||||
CIC_LOGGING_URL=
 | 
			
		||||
CIC_META_URL=
 | 
			
		||||
 | 
			
		||||
@ -14,7 +14,7 @@ export const environment = {
 | 
			
		||||
  production: ${isProduction},
 | 
			
		||||
  bloxbergChainId: ${process.env.CIC_CHAIN_ID || 8996},
 | 
			
		||||
  level: ${process.env.LOG_LEVEL || 'NgxLoggerLevel.OFF'},
 | 
			
		||||
  serverLogLevel: ${process.env.SERVER_LEVEL || 'NgxLoggerLevel.OFF'},
 | 
			
		||||
  serverLogLevel: ${process.env.SERVER_LOG_LEVEL || 'NgxLoggerLevel.OFF'},
 | 
			
		||||
  loggingUrl: '${process.env.CIC_LOGGING_URL || 'http://localhost:8000'}',
 | 
			
		||||
  cicMetaUrl: '${process.env.CIC_META_URL || 'https://meta.dev.grassrootseconomics.net'}',
 | 
			
		||||
  publicKeysUrl: '${process.env.CIC_KEYS_URL || 'http://localhost:8000/keys.asc'}',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user