mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-10 23:30:56 +00:00
10 lines
318 B
Python
10 lines
318 B
Python
REDIS_QUEUE_KEY = 'redis_queue'
|
|
REDIS_CACHE_KEY = 'redis_cache'
|
|
REDIS_SOCKETIO_KEY = 'redis_socketio'
|
|
DB_HOST_KEY = 'db_host'
|
|
DB_PORT_KEY = 'db_port'
|
|
DB_PORT = 3306
|
|
APP_VERSIONS_JSON_FILE = 'app_versions.json'
|
|
APPS_TXT_FILE = 'apps.txt'
|
|
COMMON_SITE_CONFIG_FILE = 'common_site_config.json'
|
|
DATE_FORMAT = "%Y%m%d_%H%M%S" |