Compare commits

..

No commits in common. "master" and "9a035c729b40f8fe24b184fd3c606ca79104309c" have entirely different histories.

2 changed files with 8 additions and 8 deletions

14
.env
View File

@ -1,14 +1,14 @@
# Redis配置
REDIS_HOST=10.0.0.30
REDIS_PORT=6379
REDIS_PWD=pGhQKwj7DE7FbFL1
REDIS_HOST=192.168.3.10
REDIS_PWD=123456
REDIS_DB=9
REDIS_PORT=1100
# MySQL配置
MYSQL_HOST=10.0.0.30
MYSQL_HOST=192.168.3.9
MYSQL_PORT=3306
MYSQL_USER=goweb
MYSQL_PWD=goweb123
MYSQL_DB=goweb
MYSQL_USER=casbin
MYSQL_PWD=casbin123
MYSQL_DB=casbin_demo
# 阿里云通信配置
ALI_SMS_KEY=LTAI5tBExwETRZcVcpogQCp7
ALI_SMS_SECRET=afZPFabUs5Vmjr3W6R7reI3dNaGa8o

View File

@ -1,4 +1,4 @@
### goweb
### go_api_tmpl
### 我是谁