summaryrefslogtreecommitdiff
path: root/docker/credentials/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'docker/credentials/constants.py')
-rw-r--r--docker/credentials/constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/credentials/constants.py b/docker/credentials/constants.py
new file mode 100644
index 0000000..6a82d8d
--- /dev/null
+++ b/docker/credentials/constants.py
@@ -0,0 +1,4 @@
+PROGRAM_PREFIX = 'docker-credential-'
+DEFAULT_LINUX_STORE = 'secretservice'
+DEFAULT_OSX_STORE = 'osxkeychain'
+DEFAULT_WIN32_STORE = 'wincred'