-
Notifications
You must be signed in to change notification settings - Fork 1
Backend Environment Variables
Frederik Hounsvad edited this page Sep 21, 2022
·
2 revisions
The backend requires the following environment variables:
| Key | Description |
|---|---|
| dbhost | Hostname of the database |
| dbpass | Password to the database |
| dbuser | Username for the database |
| db | Database for the system |
| ScalableTeachingBaseLocation | Location for where system logs are put |
| OpenNebulaLocation | Fully qualified domain name for the open nebula server i.e. http://opennebula.testdomain.com:2633/RPC2 |
| OpenNebulaSession | The session string for ONE_AUTH in opennebula i.e. username:password |
| OpenNebulaDefaultTemplate | The virtualmachine template that is to be used for creating new machines i.e. 42 |
| VM_DEFAULT_USERNAME | The username that exists on the virtual machine template, which the sytem should use for configuring the machines |
| ADMIN_PASSWORD | The password for the user |
| SERILOG_LOGGING_LEVEL | The minimum logging level |