kore/examples/python-pgsql/kore.conf

15 lines
215 B
Plaintext

# sql configuration
bind 127.0.0.1 8888
tls_dhparam dh2048.pem
domain * {
certfile cert/server.pem
certkey cert/key.pem
static / koreapp.query
static /hello koreapp.hello
static /slow koreapp.slow
}