// Comment out for NO access controls
#define AccessControl

// Set your server access username and password here (OPTIONAL:)
const char* http_username = "admin";
const char* http_password = "password";

// Set a server logical name, this gets translated to the physical IP address e.g. http://192.168.0.22
// NOTE: ONLY works if your browser supports this function
const char* ServerName    = "MK14";

// Set your Wi-Fi Credentials here
const char* ssid          = "ssid";
const char* password      = "password"; 
