-
Notifications
You must be signed in to change notification settings - Fork 286
/
config.yaml
62 lines (55 loc) · 1.7 KB
/
config.yaml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#This config is used by docker compose.
#ModelDB Properties
grpcServer:
port: 8085
springServer:
port: 8086
shutdownTimeout: 30 #time in second
artifactStoreConfig:
artifactStoreType: NFS #S3, GCP, NFS
NFS:
nfsUrlProtocol: http
nfsRootPath: /artifact-store/
artifactEndpoint:
getArtifact: "api/v1/artifact/getArtifact"
storeArtifact: "api/v1/artifact/storeArtifact"
# Database settings (type mongodb, couchbasedb, relational etc..)
database:
DBType: relational
timeout: 4
liquibaseLockThreshold: 60 #time in second
RdbConfiguration:
RdbDatabaseName: modeldb
RdbDriver: "org.mariadb.jdbc.Driver"
RdbDialect: "org.hibernate.dialect.MySQL5Dialect"
RdbUrl: "jdbc:mysql://modeldb-mysql:3306"
RdbUsername: root
RdbPassword: root
# Test Database settings (type mongodb, couchbasedb etc..)
test:
test-database:
DBType: relational
timeout: 4
liquibaseLockThreshold: 60 #time in second
RdbConfiguration:
RdbDatabaseName: modeldb-test
RdbDriver: "org.mariadb.jdbc.Driver"
RdbDialect: "org.hibernate.dialect.MySQL5Dialect"
RdbUrl: "jdbc:mysql://modeldb-mysql:3306"
RdbUsername: root
RdbPassword: root
#ArtifactStore Properties
artifactStore_grpcServer:
host: modeldb-backend
port: 8086
cron_job:
update_parent_timestamp:
frequency: 10 #frequency to update parent timestamp in second, default 60
record_update_limit: 100
delete_entities:
frequency: 60 #frequency to update parent timestamp in second, default 60
record_update_limit: 100
#telemetry:
# opt_in: true
# frequency: 1 #frequency to share data in hours, default 1
# consumer: https://app.verta.ai/api/v1/uac-proxy/telemetry/collectTelemetry