Skip to content

Commit

Permalink
fix file storage env not available
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap committed Feb 6, 2025
1 parent ebddbe6 commit 732d3aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ SCHULCONNEX_LICENSE_PROVISIONING_REPLICAS: 1
SCHULCONNEX_LICENSE_PROVISIONING_CPU_LIMITS: "2000m"
SCHULCONNEX_LICENSE_PROVISIONING_CPU_REQUESTS: "100m"
SCHULCONNEX_LICENSE_PROVISIONING_MEMORY_LIMITS: "2Gi"
SCHULCONNEX_LICENSE_PROVISIONING_MEMORY_REQUESTS: "150Mi"
SCHULCONNEX_LICENSE_PROVISIONING_MEMORY_REQUESTS: "150Mi"
9 changes: 9 additions & 0 deletions config/default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,15 @@
"default": false,
"description": "send file to antivirus by uploading"
}
},
"default": {
"S3_ENDPOINT": "http://localhost:9000",
"S3_ACCESS_KEY_ID": "miniouser",
"S3_SECRET_ACCESS_KEY": "miniouser",
"S3_BUCKET": "schulcloud",
"S3_REGION": "eu-central-1",
"INCOMING_REQUEST_TIMEOUT": 600000,
"EXCHANGE": "files-storage"
}
},
"FWU_CONTENT": {
Expand Down

0 comments on commit 732d3aa

Please sign in to comment.