Skip to main content

Environment variables

Below you is an overview of the environment variables per NLX component:

Environment variables

  • DIRECTORY_ADDRESS This address is used by the inway to announce itself to the directory.
  • INWAY_NAME Name of the inway. Should be unique within the organization.
  • SELF_ADDRESS The address of the inway, so it can be reached by the NLX network.
  • MANAGEMENT_API_ADDRESS The address of the Management API.
  • TLS_NLX_ROOT_CERT This is the location of the root certificate.
  • TLS_ORG_CERT This is the location of the organization certificate.
  • TLS_ORG_KEY This is the location of the organization private key.
  • POSTGRES_DSN Connection-string to the PostgreSQL database.
  • DISABLE_LOGDB The value 1 will disable the transaction logs, the value 0 will enable them.
  • LOG_LEVEL Log level of the application. Options: debug, info, warn.