TZ=Asia/Shanghai
IMAGE_VERSION=v1.1.0-dev
APP_VERSION=1.0.0-SNAPSHOT
APP_PROFILE=dev
JAVA_OPTS=-Xms1024m -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError

# PostgreSQL
ADI_DB_HOST=localhost
ADI_DB_PORT=5432
ADI_DB_NAME=aideepin
ADI_DB_USERNAME=your-db-account
ADI_DB_PASSWORD=your-db-password

# Redis
ADI_REDIS_HOST=redis
ADI_REDIS_PORT=6379
ADI_REDIS_PASSWORD=

# Mail (SMTP)
ADI_MAIL_HOST=your-email-host
ADI_MAIL_USERNAME=your-email-username
ADI_MAIL_PASSWORD=your-email-password

# AES encryption key (16-char string, replace with your own)
ADI_ENCRYPT_AES_KEY=your-16-char-key

# Neo4j (optional, uncomment if needed)
# ADI_NEO4J_HOST=localhost
# ADI_NEO4J_PORT=7687
# ADI_NEO4J_USERNAME=neo4j
# ADI_NEO4J_PASSWORD=your-neo4j-password
# ADI_NEO4J_DATABASE=neo4j
