How to run Reportr
==================
To start Reportr web server open a command prompt and run reportr.cmd

Environment Variables
=====================
Certain environment variables must be set before running Reportr.
To generate environment variables visit https://app.reportr.com/self-host

How to change port number
=========================
By default Reportr web site is at http://0.0.0.0:80
You can change the port number by setting VDB_SITE_URL environment variable, for example:
set VDB_SITE_URL=http://0.0.0.0:8085

How to supply a SSL certificate
===============================
You can supply a SSL certificate by setting the environment variable VDB_CERT_PATH, for example:
set VDB_CERT_PATH=c:\certificates\mycert.pfx
If the certificate requires a password you can set that in VDB_CERT_PASSWORD environment variable.
