Compare commits
2 Commits
9a035c729b
...
master
Author | SHA1 | Date | |
---|---|---|---|
f392b46e97 | |||
0c555e9431 |
14
.env
14
.env
@ -1,14 +1,14 @@
|
|||||||
# Redis配置
|
# Redis配置
|
||||||
REDIS_HOST=192.168.3.10
|
REDIS_HOST=10.0.0.30
|
||||||
REDIS_PWD=123456
|
REDIS_PORT=6379
|
||||||
|
REDIS_PWD=pGhQKwj7DE7FbFL1
|
||||||
REDIS_DB=9
|
REDIS_DB=9
|
||||||
REDIS_PORT=1100
|
|
||||||
# MySQL配置
|
# MySQL配置
|
||||||
MYSQL_HOST=192.168.3.9
|
MYSQL_HOST=10.0.0.30
|
||||||
MYSQL_PORT=3306
|
MYSQL_PORT=3306
|
||||||
MYSQL_USER=casbin
|
MYSQL_USER=goweb
|
||||||
MYSQL_PWD=casbin123
|
MYSQL_PWD=goweb123
|
||||||
MYSQL_DB=casbin_demo
|
MYSQL_DB=goweb
|
||||||
# 阿里云通信配置
|
# 阿里云通信配置
|
||||||
ALI_SMS_KEY=LTAI5tBExwETRZcVcpogQCp7
|
ALI_SMS_KEY=LTAI5tBExwETRZcVcpogQCp7
|
||||||
ALI_SMS_SECRET=afZPFabUs5Vmjr3W6R7reI3dNaGa8o
|
ALI_SMS_SECRET=afZPFabUs5Vmjr3W6R7reI3dNaGa8o
|
||||||
|
Loading…
Reference in New Issue
Block a user