feat: add .env.example for all

This commit is contained in:
Sun-ZhenXing
2025-09-24 22:24:11 +08:00
parent 70f39867cf
commit 0b74e7bbe8
29 changed files with 336 additions and 51 deletions

View File

@@ -0,0 +1,10 @@
# RabbitMQ Version
RABBITMQ_VERSION=4.1.4-management-alpine
# RabbitMQ credentials
RABBITMQ_DEFAULT_USER=admin
RABBITMQ_DEFAULT_PASS=password
# Ports
RABBITMQ_PORT=5672
RABBITMQ_MANAGEMENT_PORT=15672