Skip to content

Environment Variables

Rowan Akers edited this page Mar 29, 2024 · 2 revisions

For reference as to the environment variables used in code. For reference to more MeteorJS environment variables, see MeteorJS environment variables. For Python operating system library and environment variables, see Python docs OS.

MONGO_URL - Used for database connection, this is a default variable for administrative use. Format as mongodb://{IP}:{port}/{database_name}

GENISYS_CERT_STORE - Certificate storage path.

ROOT_URL - Initialize meteor server URL, for administrative use.

PORT - Initialize meteor server port, for administrative use.

CONFIG_FILE - Allows client to store custom configuration file for use in provisioning. This has a default file genisys.yaml.

Clone this wiki locally