ibrahem
07/13/2022, 2:20 PMOctopus
07/13/2022, 3:34 PM[server]
host = "<http://localhost>"
port = "4200"
host_port = "4200"
host_ip = "0.0.0.0"
endpoint = "${server.host}:${server.port}"
[server.ui]
host = "<http://localhost>"
host_ip = "0.0.0.0"
port = "8080"
host_port = "8080"
endpoint = "${server.ui.host}:${server.ui.port}"
apollo_url = "/graphql"
ibrahem
07/13/2022, 4:18 PM