1
0
mirror of https://git.kore.io/kore.git synced 2024-11-16 15:06:37 +01:00

adjust for configuration changes

This commit is contained in:
Joris Vink 2020-02-11 11:04:10 +01:00
parent b24bc43051
commit 4115df69f6

View File

@ -337,10 +337,14 @@ static const char *build_data =
static const char *python_config_data = static const char *python_config_data =
"# %s configuration\n" "# %s configuration\n"
"\n" "\n"
"bind\t\t127.0.0.1 8888\n" "server tls {\n"
"\tbind 127.0.0.1 8888\n"
"}\n"
"tls_dhparam\tdh2048.pem\n" "tls_dhparam\tdh2048.pem\n"
"\n" "\n"
"domain * {\n" "domain * {\n"
"\tattach\t\ttls\n"
"\n"
"\tcertfile\tcert/server.pem\n" "\tcertfile\tcert/server.pem\n"
"\tcertkey\t\tcert/key.pem\n" "\tcertkey\t\tcert/key.pem\n"
"\n" "\n"