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,11 @@
# MySQL Version
MYSQL_VERSION=9.4.0
# Root password for MySQL
MYSQL_ROOT_PASSWORD=password
# Host pattern for root user access (% means all hosts)
MYSQL_ROOT_HOST=%
# Port to bind to on the host machine
MYSQL_PORT_OVERRIDE=3306