Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed May 3, 2018
1 parent f2206a3 commit d14b815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ namespace LAppS
{"tls",false},
#endif
{"tls_certificates",{ {"ca","/opt/lapps/etc/ssl/cert.pem"},{"cert", "/opt/lapps/conf/ssl/cert.pem"}, {"key","/opt/lapps/conf/ssl/key.pem" } }},
// {"tls_certificates",{ {"ca","/etc/ssl/cert.pem"},{"cert", "./ssl/cert.pem"}, {"key","./ssl/key.pem" } }},
{"auto_fragment",true}, // Not yet implemented
{"max_inbound_message_size",300000} // 300 000 bytes. Not yet implemented.No message limit so far.
}),
Expand Down

0 comments on commit d14b815

Please # to comment.