gitlab.com/postgres-ai/database-lab/v3@v3.0.3/pkg/util/engine/engine.go (about)

     1  /*
     2  2021 © Postgres.ai
     3  */
     4  
     5  // Package engine contains tools.
     6  package engine
     7  
     8  // DefaultListenerHost defines the default host of an HTTP listener.
     9  const DefaultListenerHost = "0.0.0.0"