forked from EOEPCA/eoepca-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.env
More file actions
17 lines (16 loc) · 805 Bytes
/
pytest.env
File metadata and controls
17 lines (16 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DOMAIN=develop.eoepca.org
KEYCLOAK=iam-auth.${DOMAIN}
EOAPI=eoapi.${DOMAIN}
MLOPS=develop.eoepca.org/sharinghub
OAPIP_CLIENT_ID=zoo
#-------------------------------------------------------------------------------
# SECRETS
# These values are substituted via GitHub Secrets.
# The secrets are taken from the GitHub Environment.
# The name of the applicable GitHub Environment is taken from the branch name.
# If the branch name is prefixed `deploy-` then this prefix is stripped to
# derive the name of the environment - i.e. `deploy-develop` -> `develop`.
#-------------------------------------------------------------------------------
OAPIP_CLIENT_SECRET=${OAPIP_CLIENT_SECRET}
EOAPI_CLIENT_SECRET=${EOAPI_CLIENT_SECRET}
#-------------------------------------------------------------------------------