[INFO] Environment variables - dbpedia/mappings-ui GitHub Wiki

Some secrets are stored in environment variables. To make configuration easier, a .env file is also supported. Here, the possible environment variables are described:

variable mandatory description
MONGODB_URI YES (In production) mongodb:// URI of the MongoDB database to use in production mode. For other modes, check config.js
PORT YES (In production) Port where server should run in production mode. For other modes, check config.js
COOKIE_SECRET YES Secret key to encrypt cookies. At least 32 characters logn.
GITHUB_USERNAME If github sync Username of github account that will push mappings and/or ontology.
GITHUB_PASSWORD If github sync Password of github account that will push mappings and/or ontology.
GITHUB_NAME If github sync Complete name of github account that will push mappings and/or ontology.
GITHUB_EMAIL If github sync Email of github account that will push mappings and/or ontology.
SMTP_PASSWORD If mail Plain text password of such mail account.
SMTP_ADDRESS If mail Mail address used to send mails in name of the system.
EXTRACTION_FRAMEWORK_URL YES URL where Extraction Framework instance is running