graphannis-webservice 4.1.2

This is a web service to the new backend implementation of the ANNIS linguistic search and visualization system.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[bind]
host = "localhost"
port = 5711

[database]
disk_based = false
graphannis = "data/"
sqlite = "service.sqlite"

[auth.token_verification]
secret = "not-a-random-secret"
type = "HS256"

[logging]
debug = false