Environment Variables

Client environment Variables

Name

Description

REACT_APP_API_URL

The API URL for all requests goes to the server

Server environment Variables

PORT

The server TCP port. Default value is: '8080'.

PORTAL_URL

The portal (client) URL

MONGODB_URL

MongoDB server full connection URL

COOKIE_KEY

A secret key that used to encrypt the cookies that are sent to the client

SLACK_CLIENT_ID

Slack client ID used to login Veaos

SLACK_CLIENT_SECRET

Slack client secret used to login Veaos

Last updated