<?php
	//---------------------------------------------------------------------
    //Access to database and home sensors
    //---------------------------------------------------------------------
    $temp_insiURL = "https://api.spark.io/v1/devices/55ff68065075555337511687/f1/?access_token=4044eb05c437a9d19581274c98d9e3340d41e30a";
    $temp_outsURL = "https://api.spark.io/v1/devices/55ff68065075555337511687/f2/?access_token=4044eb05c437a9d19581274c98d9e3340d41e30a";
    $temp_attiURL = "https://api.spark.io/v1/devices/55ff68065075555337511687/f3/?access_token=4044eb05c437a9d19581274c98d9e3340d41e30a";
    $temp_humiURL = "https://api.spark.io/v1/devices/55ff68065075555337511687/h/?access_token=4044eb05c437a9d19581274c98d9e3340d41e30a";
    $esp8266_9700_GetSensors_URL	= "http://surfnturf57.duckdns.org:9700/?request=GetSensors";
    $esp8266_9701_GetSensors_URL	= "http://surfnturf57.duckdns.org:9701/?request=GetSensors";
    $esp8266_9702_GetSensors_URL	= "http://surfnturf57.duckdns.org:9702/?request=GetSensors";
    $mysqlUser = "cl52-homedata";
	$mysqlPass = "Dzf.DFqNR";
    $thingspeak33251 = "6M2VVTZPMHVOKYF2";
    $thingspeak45834 = "JOBQ5SEVCFNRLRV4";
	//---------------------------------------------------------------------
?>