fix: 初验针对修改
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Service: files
|
||||
Port: 12452
|
||||
BindIP: 127.0.0.1
|
||||
SecretKey: ops-files
|
||||
|
||||
Databases:
|
||||
@@ -19,17 +20,26 @@ ServiceClients:
|
||||
dc-control: ${DC_CONTROL_FILES_SECRET}
|
||||
visual: ${VISUAL_FILES_SECRET}
|
||||
|
||||
ObjectStorage:
|
||||
Provider: aliyun
|
||||
Endpoint: https://oss-cn-beijing.aliyuncs.com
|
||||
Region: cn-beijing
|
||||
Bucket: ops-app
|
||||
PublicBaseURL: https://ops-app.oss-cn-beijing.aliyuncs.com
|
||||
AccessKeyID: ${FILES_OSS_ACCESS_KEY_ID}
|
||||
AccessKeySecret: ${FILES_OSS_ACCESS_KEY_SECRET}
|
||||
PresignTTLSeconds: 600
|
||||
Storage:
|
||||
Provider: local
|
||||
ExternalBaseURL: http://127.0.0.1:12452/Files
|
||||
AccessTTLSeconds: 600
|
||||
SigningSecret: local-test-files-signing-secret
|
||||
Local:
|
||||
RootPath: D:/work/ops/.data/files-test
|
||||
MinimumFreeSpaceMB: 1
|
||||
Aliyun:
|
||||
Endpoint: ""
|
||||
Region: ""
|
||||
Bucket: ""
|
||||
AccessKeyID: ""
|
||||
AccessKeySecret: ""
|
||||
|
||||
Namespaces:
|
||||
device-config-backups:
|
||||
Prefix: device-config-backups
|
||||
MaxSizeMB: 1
|
||||
AllowedExtensions: [.txt]
|
||||
reports:
|
||||
Prefix: reports
|
||||
MaxSizeMB: 512
|
||||
@@ -45,3 +55,5 @@ Namespaces:
|
||||
|
||||
Cleanup:
|
||||
IntervalSeconds: 600
|
||||
IntegrityIntervalSeconds: 3600
|
||||
IntegrityBatchSize: 100
|
||||
|
||||
Reference in New Issue
Block a user