| # Refresh token expiration time in days | # Refresh token expiration time in days | ||||
| REFRESH_TOKEN_EXPIRE_DAYS=30 | REFRESH_TOKEN_EXPIRE_DAYS=30 | ||||
| # celery configuration | |||||
| CELERY_BROKER_URL=redis://:difyai123456@localhost:6379/1 | |||||
| # redis configuration | # redis configuration | ||||
| REDIS_HOST=localhost | REDIS_HOST=localhost | ||||
| REDIS_PORT=6379 | REDIS_PORT=6379 | ||||
| REDIS_CLUSTERS= | REDIS_CLUSTERS= | ||||
| REDIS_CLUSTERS_PASSWORD= | REDIS_CLUSTERS_PASSWORD= | ||||
| # celery configuration | |||||
| CELERY_BROKER_URL=redis://:difyai123456@localhost:${REDIS_PORT}/1 | |||||
| # PostgreSQL database configuration | # PostgreSQL database configuration | ||||
| DB_USERNAME=postgres | DB_USERNAME=postgres | ||||
| DB_PASSWORD=difyai123456 | DB_PASSWORD=difyai123456 |