Copyright (c) 2020 edg-l, Tezcan, timakro
- Server:
PORT(default3000),BEHIND_PROXYnode.js is behind reverse proxy? (defaultfalse) - MySQL:
MYSQL_HOST,MYSQL_PORT,MYSQL_USER,MYSQL_PASSWORD,MYSQL_DATABASE - Serverstatus:
SERVERS_LOCATIONlocation of servers.json file - Maps:
MAPS_LOCATIONlocation of unique-maps repository - MongoDB:
DATABASE_USERNAME,DATABASE_PASSWORD,DATABASE_HOST,DATABASE_PORT,DATABASE_NAME(default"uniqueweb") - Cookies:
COOKIE_SECRETcookie signing key,COOKIE_SECUREonly send cookies via HTTPS? (defaultfalse) - ReCAPTCHA:
RECAPTCHA_SITE_KEY,RECAPTCHA_SECRET_KEY - Password storage:
SALT_WORK_FACTOR(default10) - Admin dashboard password:
ADMIN_DASHBOARD_PWthe password (default1234)
git clone https://github.com/unique-clan/unique-webcd unique-webnpm installnpm startWill listen onlocalhost:3000by default
We follow StandardJS