2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-13 08:36:30 +00:00
frappe_docker/build/common/commands/constants.py

12 lines
337 B
Python
Raw Normal View History

2020-07-10 17:45:36 +00:00
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'
2020-07-15 15:58:52 +00:00
DATE_FORMAT = "%Y%m%d_%H%M%S"
RDS_DB = 'rds_db'