chore: 添加环境配置文件,记录MySQL/Redis/Nacos连接信息
This commit is contained in:
parent
fccadf63c2
commit
7718a73537
22
.env
Normal file
22
.env
Normal file
@ -0,0 +1,22 @@
|
||||
# ============================================
|
||||
# 资金服务平台环境配置
|
||||
# ============================================
|
||||
|
||||
# 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
|
||||
Loading…
x
Reference in New Issue
Block a user