diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -356,7 +356,7 @@ int main (int argc, char **argv) { } WaitressInit (&app.waith); - app.waith.url.host = strdup (PIANO_RPC_HOST); + app.waith.url.host = app.settings.rpcHost; app.waith.tlsFingerprint = app.settings.tlsFingerprint; /* init fds */ |