Skip to content

Commit

Permalink
Update how-to-configure.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi authored Mar 12, 2024
1 parent a81c1f8 commit 09fc77d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/bedboss/how-to-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ database:
bedset_table: bedsets
relationship_table: bedset_bedfiles
dialect: postgresql
driver: psycopg2
driver: psycopg
qdrant:
host: $QDRANT_HOST
port: 6333
Expand All @@ -36,11 +36,17 @@ qdrant:
server:
host: 0.0.0.0
port: 8000
remotes:
access_methods:
http:
prefix: https://data2.bedbase.org/
type: "https"
description: HTTP compatible path
prefix: https://data2.bedbase.org/
s3:
prefix: s3://data2.bedbase.org/
type: "s3"
description: S3 compatible path
```
prefix: s3://data2.bedbase.org/
local:
type: "https"
description: How to serve local files.
prefix: /static/
```

0 comments on commit 09fc77d

Please sign in to comment.