fenghuo/.env.example

23 lines
404 B
Plaintext
Raw Normal View History

2025-05-26 21:57:05 +08:00
TIMEZONE=Asia/Singapore
# PostgreSQL 配置
POSTGRES_VERSION=latest
# PostgreSQL Env
2025-05-27 10:01:56 +08:00
POSTGRES_DB=db
2025-05-26 21:57:05 +08:00
POSTGRES_USER=nice
2025-05-27 10:01:56 +08:00
POSTGRES_PASSWORD=Letusdoit123
2025-05-26 21:57:05 +08:00
# Redis 配置
REDIS_VERSION=7.2.4
2025-06-05 15:44:06 +08:00
# REDIS_VERSION=latest
2025-05-26 21:57:05 +08:00
REDIS_PASSWORD=nice
# MinIO 配置
MINIO_VERSION=latest
2025-05-27 10:01:56 +08:00
MINIO_ACCESS_KEY=nice1234
MINIO_SECRET_KEY=nice1234
2025-05-26 21:57:05 +08:00
# Elasticsearch 配置
ELASTIC_VERSION=9.0.1
ELASTIC_PASSWORD=nice_elastic_password