Configure the .env file

1. Configure the .env file

The first thing you need to to 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