mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat(server): s3 presigned url (#11364)
This commit is contained in:
@@ -3,27 +3,27 @@
|
||||
"db": {
|
||||
"type": "Number",
|
||||
"desc": "The database index of redis server to be used(Must be less than 10).",
|
||||
"env": "REDIS_DATABASE"
|
||||
"env": "REDIS_SERVER_DATABASE"
|
||||
},
|
||||
"host": {
|
||||
"type": "String",
|
||||
"desc": "The host of the redis server.",
|
||||
"env": "REDIS_HOST"
|
||||
"env": "REDIS_SERVER_HOST"
|
||||
},
|
||||
"port": {
|
||||
"type": "Number",
|
||||
"desc": "The port of the redis server.",
|
||||
"env": "REDIS_PORT"
|
||||
"env": "REDIS_SERVER_PORT"
|
||||
},
|
||||
"username": {
|
||||
"type": "String",
|
||||
"desc": "The username of the redis server.",
|
||||
"env": "REDIS_USERNAME"
|
||||
"env": "REDIS_SERVER_USERNAME"
|
||||
},
|
||||
"password": {
|
||||
"type": "String",
|
||||
"desc": "The password of the redis server.",
|
||||
"env": "REDIS_PASSWORD"
|
||||
"env": "REDIS_SERVER_PASSWORD"
|
||||
},
|
||||
"ioredis": {
|
||||
"type": "Object",
|
||||
@@ -239,6 +239,13 @@
|
||||
"desc": "Only allow users with early access features to access the app"
|
||||
}
|
||||
},
|
||||
"docService": {
|
||||
"endpoint": {
|
||||
"type": "String",
|
||||
"desc": "The endpoint of the doc service.",
|
||||
"env": "DOC_SERVICE_ENDPOINT"
|
||||
}
|
||||
},
|
||||
"client": {
|
||||
"versionControl.enabled": {
|
||||
"type": "Boolean",
|
||||
|
||||
Reference in New Issue
Block a user