-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OZ-548: Added relevant self documenting comments to the .env file. (#84)
Co-authored-by: Dimitri R <[email protected]>
- Loading branch information
Showing
4 changed files
with
71 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,64 @@ | ||
# Global configuration for Ozone HIS | ||
O3_URL_DEMO=https://demo.ozone-his.com | ||
# | ||
# This file is loaded each time the automated E2E test suite is run. | ||
# It sets a bunch of envvars that drive the behaviour of the automated E2E test suite. | ||
# | ||
|
||
# The target environment that will be tested. | ||
# Possibles values are dev, qa, demo. | ||
TEST_ENVIRONMENT=dev | ||
|
||
# Set to true to test Ozone Pro, false to test Ozone FOSS. | ||
TEST_PRO=true | ||
|
||
# | ||
# Ozone HIS URLs for dev, qa and demo environments. | ||
# | ||
|
||
# OpenMRS | ||
O3_URL_DEV=https://ozone-dev.mekomsolutions.net | ||
O3_URL_QA=https://ozone-qa.mekomsolutions.net | ||
ODOO_URL_DEMO=https://erp.demo.ozone-his.com | ||
O3_URL_DEMO=https://demo.ozone-his.com | ||
|
||
# Odoo | ||
ODOO_URL_DEV=https://erp.ozone-dev.mekomsolutions.net | ||
ODOO_URL_QA=https://erp.ozone-qa.mekomsolutions.net | ||
SENAITE_URL_DEMO=https://lims.demo.ozone-his.com | ||
ODOO_URL_DEMO=https://erp.demo.ozone-his.com | ||
|
||
# SENAITE | ||
SENAITE_URL_DEV=https://lims.ozone-dev.mekomsolutions.net | ||
SENAITE_URL_QA=https://lims.ozone-qa.mekomsolutions.net | ||
KEYCLOAK_URL_DEMO=https://auth.demo.ozone-his.com | ||
SENAITE_URL_DEMO=https://lims.demo.ozone-his.com | ||
|
||
# Superset | ||
SUPERSET_URL_DEV=https://analytics.ozone-dev.mekomsolutions.net | ||
SUPERSET_URL_QA=https://analytics.ozone-qa.mekomsolutions.net | ||
SUPERSET_URL_DEMO=https://analytics.demo.ozone-his.com | ||
|
||
# Keycloak | ||
KEYCLOAK_URL_DEV=https://auth.ozone-dev.mekomsolutions.net | ||
KEYCLOAK_URL_QA=https://auth.ozone-qa.mekomsolutions.net | ||
ANALYTICS_URL_DEMO=https://analytics.demo.ozone-his.com | ||
ANALYTICS_URL_DEV=https://analytics.ozone-dev.mekomsolutions.net | ||
ANALYTICS_URL_QA=https://analytics.ozone-qa.mekomsolutions.net | ||
O3_USERNAME=jdoe | ||
O3_PASSWORD=password | ||
KEYCLOAK_URL_DEMO=https://auth.demo.ozone-his.com | ||
|
||
# | ||
# Ozone HIS credentials for FOSS and Pro | ||
# | ||
|
||
# OpenMRS test user credentials for FOSS | ||
O3_USERNAME_ON_FOSS=admin | ||
O3_PASSWORD_ON_FOSS=Admin123 | ||
|
||
# Odoo test user credentials for FOSS | ||
ODOO_USERNAME_ON_FOSS=admin | ||
ODOO_PASSWORD_ON_FOSS=admin | ||
|
||
# SENAITE test user credentials for FOSS | ||
SENAITE_USERNAME_ON_FOSS=admin | ||
SENAITE_PASSWORD_ON_FOSS=password | ||
|
||
# (Pro only) Ozone test user credentials | ||
OZONE_USERNAME=jdoe | ||
OZONE_PASSWORD=password | ||
|
||
# (Pro only) Keycloak admin test user credentials | ||
KEYCLOAK_USERNAME= | ||
KEYCLOAK_PASSWORD= | ||
RUNNING_OZONE_ON_PRO=true | ||
TEST_ENVIRONMENT=dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters