mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 01:13:48 +08:00
8 lines
113 B
Python
8 lines
113 B
Python
# -*- coding:utf-8 -*-
|
|
|
|
## CI cache
|
|
REDIS_HOST = "127.0.0.1"
|
|
REDIS_PORT = 6379
|
|
REDIS_DB = 0
|
|
REDIS_MAX_CONN = 30
|