update servers
This commit is contained in:
parent
1a4d4b8dbc
commit
e19d4ee2db
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ const uint16_t backend_port = 3000;
|
||||||
|
|
||||||
#elif defined(PROD_MODE)
|
#elif defined(PROD_MODE)
|
||||||
// PROD
|
// PROD
|
||||||
const char *ws_server = "elatoai.akdeb.deno.net";
|
const char *ws_server = "elato-dash.deno.dev";
|
||||||
const uint16_t ws_port = 443;
|
const uint16_t ws_port = 443;
|
||||||
const char *ws_path = "/";
|
const char *ws_path = "/";
|
||||||
// Backend server details
|
// Backend server details
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue