test windows build now use localhost
This commit is contained in:
parent
ed38b4aa73
commit
eb37513a4b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ mod tests;
|
|||
mod modules;
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
const SERVER_ADDRESS: &str = "10.0.0.114:5000";
|
||||
const SERVER_ADDRESS: &str = "localhost:5000";
|
||||
|
||||
#[cfg(release)]
|
||||
#[cfg(target_os = "windows")]
|
||||
|
|
Loading…
Reference in a new issue