Compare commits
No commits in common. "master" and "9a035c729b40f8fe24b184fd3c606ca79104309c" have entirely different histories.
master
...
9a035c729b
14
.env
14
.env
@ -1,14 +1,14 @@
|
|||||||
# Redis配置
|
# Redis配置
|
||||||
REDIS_HOST=10.0.0.30
|
REDIS_HOST=192.168.3.10
|
||||||
REDIS_PORT=6379
|
REDIS_PWD=123456
|
||||||
REDIS_PWD=pGhQKwj7DE7FbFL1
|
|
||||||
REDIS_DB=9
|
REDIS_DB=9
|
||||||
|
REDIS_PORT=1100
|
||||||
# MySQL配置
|
# MySQL配置
|
||||||
MYSQL_HOST=10.0.0.30
|
MYSQL_HOST=192.168.3.9
|
||||||
MYSQL_PORT=3306
|
MYSQL_PORT=3306
|
||||||
MYSQL_USER=goweb
|
MYSQL_USER=casbin
|
||||||
MYSQL_PWD=goweb123
|
MYSQL_PWD=casbin123
|
||||||
MYSQL_DB=goweb
|
MYSQL_DB=casbin_demo
|
||||||
# 阿里云通信配置
|
# 阿里云通信配置
|
||||||
ALI_SMS_KEY=LTAI5tBExwETRZcVcpogQCp7
|
ALI_SMS_KEY=LTAI5tBExwETRZcVcpogQCp7
|
||||||
ALI_SMS_SECRET=afZPFabUs5Vmjr3W6R7reI3dNaGa8o
|
ALI_SMS_SECRET=afZPFabUs5Vmjr3W6R7reI3dNaGa8o
|
||||||
|
Loading…
Reference in New Issue
Block a user