18 lines
460 B
Text
18 lines
460 B
Text
|
# Do not put single/double quotation mark for string as they are
|
||
|
# aslo considered as normal character.
|
||
|
|
||
|
[oca]
|
||
|
client_secrets = ahmedbilal96@gmail.com:d00359fa33a74fcb5ea40bb088e299fd2ab85126
|
||
|
|
||
|
[etcd]
|
||
|
# url = localhost
|
||
|
# port = 2379
|
||
|
# ca_cert
|
||
|
# cert_cert
|
||
|
# cert_key
|
||
|
|
||
|
url = etcd1.ungleich.ch
|
||
|
port = 2379
|
||
|
ca_cert = /home/meow/.cdist/files/etcd/ca.pem
|
||
|
cert_cert = /home/meow/.cdist/files/etcd/developer.pem
|
||
|
cert_key = /home/meow/.cdist/files/etcd/developer-key.pem
|