new create admin order,express add company
This commit is contained in:
+11
-12
@@ -2,7 +2,7 @@
|
||||
login_out_time=43200 #api接口超时时间分
|
||||
login_refresh_out_time=83200
|
||||
name = "chore-service"
|
||||
listenOn = "0.0.0.0:10300"
|
||||
listenOn = "0.0.0.0:10103"
|
||||
mode = "dev"
|
||||
[log]
|
||||
path = "logs"
|
||||
@@ -16,16 +16,16 @@
|
||||
compress = false
|
||||
|
||||
[oss]
|
||||
accessKeyId = "LTAI5t7U8KvxSiPE5auwQUuu"
|
||||
accessKeySecret = "xjfgbQQRpL4TcIspNuClg6bYADa3pk"
|
||||
roleArn = "acs:ram::1663896742753915:role/oss-upload"
|
||||
roleSessionName = "oss-upload"
|
||||
region = "oss-cn-hangzhou"
|
||||
bucketName = "lone-images"
|
||||
endpoint = "https://lone-images.oss-accelerate.aliyuncs.com"
|
||||
host = "https://images.ailuowan.com"
|
||||
dir = "upload/"
|
||||
expireSeconds = 3600
|
||||
accessKeyId = "LTAI5t7U8KvxSiPE5auwQUuu"
|
||||
accessKeySecret = "xjfgbQQRpL4TcIspNuClg6bYADa3pk"
|
||||
roleArn = "acs:ram::1663896742753915:role/oss-upload"
|
||||
roleSessionName = "oss-upload"
|
||||
region = "oss-cn-hangzhou"
|
||||
bucketName = "lone-images"
|
||||
endpoint = "https://oss-accelerate.aliyuncs.com"
|
||||
host = "https://images.ailuowan.com"
|
||||
dir = "upload/"
|
||||
expireSeconds = 3600
|
||||
|
||||
[mysql]
|
||||
host = '39.106.171.204'
|
||||
@@ -53,7 +53,6 @@
|
||||
|
||||
[encrypt]
|
||||
data_key = "u2t9T3luZtoRfhBstkFN6TiIMW38BA8a"
|
||||
|
||||
[services]
|
||||
product = "product-service"
|
||||
sale = "sale-service"
|
||||
Reference in New Issue
Block a user