This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | handler = logging.StreamHandler(sys.stdout) | |
| # handler.setFormatter(JsonFormatter()) | |
| alchemy_engine_logger = logging.getLogger('sqlalchemy.engine') | |
| alchemy_engine_logger.setLevel(logging.INFO) | |
| alchemy_engine_logger.addHandler(handler) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [user] | |
| email = [email protected] | |
| name = your name | |
| [core] | |
| autocrlf = input | |
| excludesfile = ~/.gitignore_global | |
| editor = vim | |
| [aliases] | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Enter varnish admin | |
| varnishadm | |
| clear cache for index home page only | |
| ban req.http.host ~ www.htpcguides.com && req.url ~ "^/$" | |
| clear cache for specific page | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Enter varnish admin | |
| varnishadm | |
| clear cache for index home page only | |
| ban req.http.host ~ www.htpcguides.com && req.url ~ "^/$" | |
| clear cache for specific page | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | config.vm.network 'private_network', ip: '192.168.56.100' | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | curl -H "Content-type: application/json" 'http://10.200.2.1:8500/v1/catalog/services' | |
| # Or, to get an overview of our specific hello-world service | |
| curl -H "Content-type: application/json" 'http://10.200.2.1:8500/v1/catalog/service/hello-world' |