mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
Add Docker and GitLab CI.
This commit is contained in:
@@ -125,7 +125,7 @@ pub fn launch_server() {
|
||||
state::init();
|
||||
|
||||
listen(
|
||||
env::var("WS_HOST").unwrap_or("0.0.0.0:9999".to_string()),
|
||||
env::var("WS_HOST").unwrap_or("0.0.0.0:9000".to_string()),
|
||||
|sender| Server {
|
||||
sender,
|
||||
user_id: None,
|
||||
|
||||
Reference in New Issue
Block a user