Skip to content
Snippets Groups Projects
Forked from DM / dm-docs
261 commits behind, 782 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
dmServiceConstants.py 166 B
#!/usr/bin/env python

#######################################################################

DM_SERVICE_PROTOCOL_HTTP = 'http'
DM_SERVICE_PROTOCOL_HTTPS = 'https'