Set production server URL as default
This commit is contained in:
@@ -109,7 +109,7 @@ impl Config {
|
|||||||
|
|
||||||
// Fall back to environment variables
|
// Fall back to environment variables
|
||||||
let server_url = std::env::var("GURUCONNECT_SERVER_URL")
|
let server_url = std::env::var("GURUCONNECT_SERVER_URL")
|
||||||
.unwrap_or_else(|_| "wss://localhost:3002/ws".to_string());
|
.unwrap_or_else(|_| "wss://connect.azcomputerguru.com/ws/agent".to_string());
|
||||||
|
|
||||||
let api_key = std::env::var("GURUCONNECT_API_KEY")
|
let api_key = std::env::var("GURUCONNECT_API_KEY")
|
||||||
.unwrap_or_else(|_| "dev-key".to_string());
|
.unwrap_or_else(|_| "dev-key".to_string());
|
||||||
|
|||||||
Reference in New Issue
Block a user