File: dummy_override.py

package info (click to toggle)
python-rq 2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,580 kB
  • sloc: python: 13,878; makefile: 22; sh: 19
file content (4 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (2)
1
2
3
4
REDIS_HOST = 'testhost.example.com'
REDIS_PORT = 6378
REDIS_DB = 2
REDIS_PASSWORD = '123'