summaryrefslogtreecommitdiff
path: root/src/leap/base/constants.py
blob: 55308a31f876798bc8328ba33762d86b64baa36a (plain)
1
2
3
4
5
6
7
8
"""constants to be used in base module"""

# default provider placeholder
# using `example.org` we make sure that this
# is not going to be resolved during the tests phases
# (we expect testers to add it to their /etc/hosts

DEFAULT_TEST_PROVIDER = "testprovider.example.org"