mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 19:06:55 +00:00
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
{
|
|
http {
|
|
session_secret {
|
|
apiserver: "Gx*gB-L2U8!Naqzd#8=7A4&+=In4H(da424H33ZTDQRGF6=FWw"
|
|
}
|
|
}
|
|
|
|
auth {
|
|
# token sign secret
|
|
token_secret: "7E1ua3xP9GT2(cIQOfhjp+gwN6spBeCAmN-XuugYle00I=Wc+u"
|
|
}
|
|
|
|
credentials {
|
|
# system credentials as they appear in the auth DB, used for intra-service communications
|
|
apiserver {
|
|
role: "system"
|
|
user_key: "62T8CP7HGBC6647XF9314C2VY67RJO"
|
|
user_secret: "FhS8VZv_I4%6Mo$8S1BWc$n$=o1dMYSivuiWU-Vguq7qGOKskG-d+b@tn_Iq"
|
|
}
|
|
webserver {
|
|
role: "system"
|
|
user_key: "EYVQ385RW7Y2QQUH88CZ7DWIQ1WUHP"
|
|
user_secret: "yfc8KQo*GMXb*9p((qcYC7ByFIpF7I&4VH3BfUYXH%o9vX1ZUZQEEw1Inc)S"
|
|
revoke_in_fixed_mode: true
|
|
}
|
|
tests {
|
|
role: "user"
|
|
display_name: "Default User"
|
|
user_key: "EGRTCO8JMSIGI6S39GTP43NFWXDQOW"
|
|
user_secret: "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"
|
|
revoke_in_fixed_mode: true
|
|
}
|
|
}
|
|
} |