Skip to main content

Configuration

Environment variables

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

  • ASTER__APIS__DINGO__HOST - host of the dingo API (default: localhost)
  • ASTER__APIS__DINGO__PATH - path of the dingo API (default: ``)
  • ASTER__APIS__DINGO__PORT - port of the dingo API (default: 10101)
  • ASTER__APIS__DINGO__SCHEME - scheme of the dingo API (default: http)
  • ASTER__APIS__ICANHAZDADJOKE__HOST - host of the icanhazdadjoke API (default: icanhazdadjoke.com)
  • ASTER__APIS__ICANHAZDADJOKE__PATH - path of the icanhazdadjoke API (default: ``)
  • ASTER__APIS__ICANHAZDADJOKE__PORT - port of the icanhazdadjoke API (default: ``)
  • ASTER__APIS__ICANHAZDADJOKE__SCHEME - scheme of the icanhazdadjoke API (default: https)
  • ASTER__APIS__PELICAN__HOST - host of the pelican API (default: localhost)
  • ASTER__APIS__PELICAN__PATH - path of the pelican API (default: ``)
  • ASTER__APIS__PELICAN__PORT - port of the pelican API (default: 10200)
  • ASTER__APIS__PELICAN__SCHEME - scheme of the pelican API (default: http)
  • ASTER__DEBUG - enable debug mode (default: true)
  • ASTER__IDENTITY__USERS__DEBUG__ID - identifier of the debug user (default: debug)
  • ASTER__IDENTITY__USERS__DEBUG__TRAITS__LOCALES__PREFERRED - preferred locale of the debug user (default: ``)
  • ASTER__IDENTITY__USERS__DEBUG__TRAITS__NAMES__DISPLAY - display name of the debug user (default: Debug User)
  • ASTER__IDENTITY__USERS__DEBUG__TRAITS__PICTURES__PROFILE__URL - profile picture URL of the debug user (default: ``)
  • ASTER__SERVER__HOST - host to run the server on (default: 0.0.0.0)
  • ASTER__SERVER__PORT - port to run the server on (default: 10110)