Add a config option allowing to disable SSL.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
// Compile configurations.
|
||||
|
||||
// Set 0 to disable logging.
|
||||
// Set 1/0 to enable/disable logging.
|
||||
#define WEBCC_ENABLE_LOG 1
|
||||
|
||||
#if WEBCC_ENABLE_LOG
|
||||
@@ -11,4 +11,7 @@
|
||||
#define WEBCC_LOG_LEVEL 2
|
||||
#endif
|
||||
|
||||
// Set 1/0 to enable/disable SSL/HTTPS.
|
||||
#define WEBCC_ENABLE_SSL 1
|
||||
|
||||
#endif // WEBCC_CONFIG_H_
|
||||
|
||||
Reference in New Issue
Block a user