.env file variables
Example .env file:
SERVER_PORT => Port on which the webserver should run on.
WEB_URL => URL of the VitePay instance
CAPTCHA => reCaptcha Secret
RATE_LIMIT => Limit on how many requests can be made on specific routes.
DB_HOST => MariaDB Server IP
DB_USER => MariaDB Server username
DB_PASS => MariaDB User password
DB_NAME => Name of the VitePay database
ENCRYPT_KEY => Passphrase used to encrypt database entries (seeds)
APIKEY_LENGTH => How long should API keys be (recommended 12-32)
NODE_URL => Vite Node HTTP url
Last updated