kore/examples/messaging/conf/messaging.conf

13 lines
199 B
Plaintext

# Placeholder configuration
bind 127.0.0.1 8888
load ./messaging.so init
tls_dhparam dh2048.pem
workers 4
domain 127.0.0.1 {
certfile cert/server.crt
certkey cert/server.key
static / page
}