mirror of
				https://github.com/Akkudoktor-EOS/EOS.git
				synced 2025-10-30 22:36:21 +00:00 
			
		
		
		
	Rename FastAPI server to EOS. (#355)
Rename FastAPI server to `eos` and FastHTML server to `eosdash`. Make an user easily identify what server is meant. FastAPI and FastHTML are implementation details that may confuse the non-technical user. Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
		| @@ -103,11 +103,11 @@ | ||||
|   "pvforecast4_userhorizon": null, | ||||
|   "pvforecast_provider": null, | ||||
|   "pvforecastimport_file_path": null, | ||||
|   "server_fastapi_startup_server_fasthtml": true, | ||||
|   "server_fastapi_host": "0.0.0.0", | ||||
|   "server_fastapi_port": 8503, | ||||
|   "server_fasthtml_host": "0.0.0.0", | ||||
|   "server_fasthtml_port": 8504, | ||||
|   "server_eos_startup_eosdash": true, | ||||
|   "server_eos_host": "0.0.0.0", | ||||
|   "server_eos_port": 8503, | ||||
|   "server_eosdash_host": "0.0.0.0", | ||||
|   "server_eosdash_port": 8504, | ||||
|   "weather_provider": null, | ||||
|   "weatherimport_file_path": null | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user