Files
MangoTestingPlatform/.env
2025-08-31 17:49:57 +08:00

23 lines
673 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# =========================
# MySQL 配置
# =========================
MYSQL_ROOT_PASSWORD=mP123456&
MYSQL_DATABASE=mango_server
MYSQL_USER=user
MYSQL_PASSWORD=mP123456&
MYSQL_PORT=3306
# =========================
# MinIO 配置
# =========================
MINIO_ROOT_USER=admin
MINIO_ROOT_PASSWORD=mP123456
MINIO_API_PORT=9000
MINIO_CONSOLE_PORT=9001
# =========================
# Django / Vue / 执行器
# =========================
DJANGO_ENV=test # 可选值dev/test/prod/master
VUE_ENV=test # 可选值dev/test/prod/master
EXECUTOR_TYPE=pytest_web # 可选值pytest/ pytest_web / web_ui / android_ui / 空=不启任何执行器