Skip to content

Commit

Permalink
Add doc for S3 region config option (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
cugu authored Oct 29, 2023
2 parents 627880e + c06009f commit c050a0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/catalyst/admin/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Complete list of configuration options for the Catalyst server:
| `--arango-db-password` /<br/> `ARANGO_DB_PASSWORD` | string *(required)* | The password of the ArangoDB server |
| `--s3-host` /<br/> `S3_HOST` | string *(default: "http://minio:9000")* | The host of the S3 server |
| `--s3-user` /<br/> `S3_USER` | string *(default: "minio")* | The user of the S3 server |
| `--s3-region` /<br/> `S3_REGION` | string *(default: "us-east-1")* | S3 Bucket region |
| `--s3-password` /<br/> `S3_PASSWORD` | string | The password of the S3 server |

## OIDC Config
Expand Down

0 comments on commit c050a0e

Please sign in to comment.