readme-fix

This commit is contained in:
2024-01-29 05:17:47 +03:00
parent 4a6863c474
commit f86d2f0cd6
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ ELASTIC_PASSWORD = os.environ.get('ELASTIC_PASSWORD', '')
ELASTIC_PORT = os.environ.get('ELASTIC_PORT', 9200)
ELASTIC_AUTH = f'{ELASTIC_USER}:{ELASTIC_PASSWORD}' if ELASTIC_USER else ''
ELASTIC_URL = os.environ.get('ELASTIC_URL', f'https://{ELASTIC_AUTH}@{ELASTIC_HOST}:{ELASTIC_PORT}')
ELASTIC_REINDEX = os.environ.get('ELASTIC_REINDEX', '')
REDIS_TTL = 86400 # 1 day in seconds