✨ init project
This commit is contained in:
35
config.yaml
Normal file
35
config.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
api:
|
||||
port: 8083
|
||||
name: lee_wine_list
|
||||
version: v1
|
||||
prefix: /api/v1
|
||||
|
||||
mysql:
|
||||
host: 127.0.0.1
|
||||
port: 49154
|
||||
user: root
|
||||
password: mysqlpw
|
||||
db: mini_app
|
||||
|
||||
#redis:
|
||||
# host: 127.0.0.1
|
||||
# port: 49153
|
||||
# password: redispw
|
||||
# db: 2
|
||||
|
||||
jwt:
|
||||
AccessSecret: "leex"
|
||||
AccessExpire: 604800
|
||||
RefreshAfter: 86400
|
||||
|
||||
tencent:
|
||||
mini-app:
|
||||
app-id: xxxx
|
||||
app-secret: xxxx
|
||||
|
||||
aliyun:
|
||||
oss:
|
||||
endpoint: oss-cn-shanghai.aliyuncs.com
|
||||
bucket: xxxx
|
||||
access-key: xxxx
|
||||
access-key-secret: xxxx
|
Reference in New Issue
Block a user