Files
Tunnel/.env
2025-12-15 10:02:07 +08:00

37 lines
882 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.
# 应用配置
APP_HOST=0.0.0.0
APP_PORT=8000
APP_DEBUG=true
# ---------本地配置---------------
# # Railway数据库配置账号表
# RAILWAY_DB_HOST=www.yuxindazhineng.com
# RAILWAY_DB_PORT=3306
# RAILWAY_DB_USER=railway
# RAILWAY_DB_PASSWORD=Railway01.
# RAILWAY_DB_NAME=railway
# # Tunnel数据库配置业务数据表
# TUNNEL_DB_HOST=www.yuxindazhineng.com
# TUNNEL_DB_PORT=3306
# TUNNEL_DB_USER=Tunnel
# TUNNEL_DB_PASSWORD=Tunnel01.
# TUNNEL_DB_NAME=Tunnel
# ----------Docker环境配置---------------
# Railway数据库配置账号表
RAILWAY_DB_HOST=host.docker.internal
RAILWAY_DB_PORT=3306
RAILWAY_DB_USER=railway
RAILWAY_DB_PASSWORD=Railway01.
RAILWAY_DB_NAME=railway
# Tunnel数据库配置业务数据表
TUNNEL_DB_HOST=host.docker.internal
TUNNEL_DB_PORT=3306
TUNNEL_DB_USER=Tunnel
TUNNEL_DB_PASSWORD=Tunnel01.
TUNNEL_DB_NAME=Tunnel