Skip to main content

Configuration

Environment variables

You can configure the app at runtime using various environment variables:

  • WEBLOUNGE__SERVER__HOST - host to run the server on (default: 0.0.0.0)
  • WEBLOUNGE__SERVER__PORT - port to run the server on (default: 39000)
  • WEBLOUNGE__EMILOUNGE__HTTP__SCHEME scheme of the HTTP API of the emilounge service (default: http)
  • WEBLOUNGE__EMILOUNGE__HTTP__HOST host of the HTTP API of the emilounge service (default: localhost)
  • WEBLOUNGE__EMILOUNGE__HTTP__PORT port of the HTTP API of the emilounge service (default: 28000)
  • WEBLOUNGE__EMILOUNGE__HTTP__PATH path of the HTTP API of the emilounge service (default: ``)
  • WEBLOUNGE__EMISHOWS__HTTP__SCHEME scheme of the HTTP API of the emishows service (default: http)
  • WEBLOUNGE__EMISHOWS__HTTP__HOST host of the HTTP API of the emishows service (default: localhost)
  • WEBLOUNGE__EMISHOWS__HTTP__PORT port of the HTTP API of the emishows service (default: 35000)
  • WEBLOUNGE__EMISHOWS__HTTP__PATH path of the HTTP API of the emishows service (default: ``)