Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A few more environment variables

environment variable

default

example

description

Variable

Default Value

Description

BACKEND_URL

https://localhost:8080

The public URL of your Control Plane backend. This must be accessible from your webbrowser.

SUPPORT_URL

https

http://support.apiida.com

This URL is called when you click on your username in the bottom right corner of the Developer Portal and then select "Support"

The link to the support portal. Is displayed as a button in the main menu and on the 'Not Found' page.

DEV_PORTAL_TOKEN

0qPG7xXzm65SnioUM2fK

The token of the Developer Portal. You can find this in the Administrations Portal.

INSERT_TENANT_ID

-

false

If you host the APIIDA API Control Plane yourself (Admin Portal and Backend), you must set this variable to false

addTenantIdToBackendUrl

To disable the insertion of the tenant ID the string must not contain 'addTenantIdToBack'.

NGINX_PORT_SSL

443

Nginx Port with SSL.

NGINX_PORT

80

Nginx Port with out SSL.

That's it. Go to your new Developer Portal.

...