update prod URL
This commit is contained in:
@@ -18,7 +18,7 @@ use tempfile::TempDir;
|
||||
use tracing::debug;
|
||||
use tracing_subscriber::EnvFilter;
|
||||
|
||||
const DEFAULT_API_URL: &str = "https://api.dev.vibekanban.com";
|
||||
const DEFAULT_API_URL: &str = "https://api.vibekanban.com";
|
||||
const POLL_INTERVAL: Duration = Duration::from_secs(10);
|
||||
const TIMEOUT: Duration = Duration::from_secs(600); // 10 minutes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user