23 lines
464 B
Bash
23 lines
464 B
Bash
# ============================================
|
|
# 资金服务平台环境配置
|
|
# ============================================
|
|
|
|
# MySQL 配置
|
|
MYSQL_HOST=localhost
|
|
MYSQL_PORT=3306
|
|
MYSQL_USERNAME=root
|
|
MYSQL_PASSWORD=zjf@123456
|
|
MYSQL_AUTH_PLUGIN=caching_sha2_password
|
|
|
|
# Redis 配置
|
|
REDIS_HOST=localhost
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=zjf@123456
|
|
|
|
# Nacos 配置
|
|
NACOS_HOST=localhost
|
|
NACOS_PORT=8848
|
|
NACOS_USERNAME=nacos
|
|
NACOS_PASSWORD=nacos
|
|
NACOS_CONSOLE_PORT=8048
|