clearml-server/server/schema/services/_common.conf

14 lines
264 B
Plaintext
Raw Normal View History

2019-06-10 21:24:35 +00:00
credentials {
type: object
properties {
access_key {
type: string
description: Credentials access key
}
secret_key {
type: string
description: Credentials secret key
}
}
}