semsimian_server 0.2.2

A server for SemSimian, a semantic similarity service for biomedical ontologies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## defaults for _all_ profiles
[default]
address = "127.0.0.1"
port = 7878
# limits = { form = "64 kB", json = "1 MiB" }

## set only when compiled in debug mode, i.e, `cargo build`
[debug]
port = 18811
# limits = { json = "10MiB" }


## set only when compiled in release mode, i.e, `cargo build --release`
[release]
address = "0.0.0.0"
port = 9999
ip_header = false