ESP8266_swiss_army_board/sdCard_content/CONFIG/SERVER.CFG

14 lines
448 B
INI

#This config file stores the configuration relative to all the servers running on the board.
#For the moment, there is a web and ftp server. Maybe more to come.
#Ports are between 1 and 65535.
#0 means unlimitted.
#The blank new line at then end of the file is mendatory. Without it, the last parameter won't be read.
WEB_ENABLED : 'true'
WEB_PORT : 80
WEB_MAX_CLIENT : 0
FTP_ENABLED : 'true'
FTP_PORT : 21
FTP_DATA_PORT : 1024
FTP_MAX_CLIENT : 0