Configure the .env file

DashboardUsage reads all configuration directly from the `.env` file. No additional configuration files (such as `config.yml`) are generated or required.

The first thing you need to do is fill out your environment variables in the .env file. The image below shows an example .env file.

SSL certificate

Here, you should enter the relative paths to your certificate- and key files.

App port

This is the port on your local network from which the extension should be accessible.

Database connection

These are you local database credentials. The one thing you should know about this is the 'TYPEORM_CONNECTION". This is the type of database you use. Currently supported options here are:

  1. 'mssql' for Microsoft SQL Server

  2. 'mysql' for MySQL

  3. 'postgres' for PostgreSQL

Last updated

Was this helpful?