# SPDX-License-Identifier: Apache-2.0
# Copyright Contributors to the Egeria project

# Version of egeria to use
egeria_version=2.1
# Override if you wish to use images other than from docker hub odpi/egeria etc
egeria_repo=odpi

# Disable SSL cert checking for now
STRICT_SSL=false
CURL_CA_BUNDLE=
PYTHONWARNINGS=ignore:Unverified HTTPS request
