Skip to content
Snippets Groups Projects
Commit e40a8c77 authored by florian's avatar florian
Browse files

MAINT: Add caosdb config file

parent 3daa6ee5
No related branches found
No related tags found
1 merge request!7ENH: Implement queries and entity retrieval
{
"connections": {
"default": "julialib-unittest",
"julialib-unittest": {
"host": "caosdb-server",
"port": 8443,
"server_certificate_path": "/cert/caosdb.cert.pem",
"authentication": {
"type": "plain",
"username": "admin",
"password": "caosdb"
}
},
"local-caosdb": {
"host": "localhost",
"port": 8443,
"server_certificate_path": "some/path/cacert.pem",
"authentication": {
"type": "plain",
"username": "me",
"password": "secret!"
}
}
},
"extension": {
"this is my": "special option"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment