-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
39 lines (39 loc) · 839 Bytes
/
config.yaml
File metadata and controls
39 lines (39 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
path:
remote_url_base: http://data.bedbase.org/
database:
host: $POSTGRES_HOST
port: 5432
password: $POSTGRES_PASSWORD
user: $POSTGRES_USER
database: bedbase
qdrant:
host: $QDRANT_HOST
port: 6333
api_key: $QDRANT_API_KEY
file_collection: bedbase
text_collection: bed_text
server:
host: 0.0.0.0
port: 8000
s3:
endpoint_url: $AWS_ENDPOINT_URL
aws_access_key_id: $AWS_ACCESS_KEY_ID
aws_secret_access_key: $AWS_SECRET_ACCESS_KEY
bucket: bedbase
phc:
namespace: databio
name: bedbase_all
tag: default
access_methods:
http:
type: 'https'
description: HTTP compatible path
prefix: https://data2.bedbase.org/
s3:
type: 's3'
description: S3 compatible path
prefix: s3://data2.bedbase.org/
local:
type: 'https'
description: How to serve local files.
prefix: /static/