Skip to main content

Configuration

Environment variables

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

  • JASMINE__APIS__BEAVER__HOST - host of the beaver API (default: localhost)
  • JASMINE__APIS__BEAVER__PATH - path of the beaver API (default: ``)
  • JASMINE__APIS__BEAVER__PORT - port of the beaver API (default: 10500)
  • JASMINE__APIS__BEAVER__SCHEME - scheme of the beaver API (default: http)
  • JASMINE__APIS__ICANHAZDADJOKE__HOST - host of the icanhazdadjoke API (default: icanhazdadjoke.com)
  • JASMINE__APIS__ICANHAZDADJOKE__PATH - path of the icanhazdadjoke API (default: ``)
  • JASMINE__APIS__ICANHAZDADJOKE__PORT - port of the icanhazdadjoke API (default: ``)
  • JASMINE__APIS__ICANHAZDADJOKE__SCHEME - scheme of the icanhazdadjoke API (default: https)
  • JASMINE__APIS__NUMBAT__HOST - host of the numbat API (default: localhost)
  • JASMINE__APIS__NUMBAT__PATH - path of the numbat API (default: ``)
  • JASMINE__APIS__NUMBAT__PORT - port of the numbat API (default: 10600)
  • JASMINE__APIS__NUMBAT__SCHEME - scheme of the numbat API (default: http)
  • JASMINE__DEBUG - enable debug mode (default: true)
  • JASMINE__SERVER__HOST - host to run the server on (default: 0.0.0.0)
  • JASMINE__SERVER__PORT - port to run the server on (default: 10620)