File: constants.py

package info (click to toggle)
docker-pycreds 0.4.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 264; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (6)
1
2
3
4
PROGRAM_PREFIX = 'docker-credential-'
DEFAULT_LINUX_STORE = 'secretservice'
DEFAULT_OSX_STORE = 'osxkeychain'
DEFAULT_WIN32_STORE = 'wincred'