updated password to be my local dev
This commit is contained in:
parent
984f4d2bad
commit
10719fbcd4
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ impl Default for AppConfig {
|
||||||
|
|
||||||
obs_ip: "localhost".to_string(),
|
obs_ip: "localhost".to_string(),
|
||||||
obs_port: 4455,
|
obs_port: 4455,
|
||||||
obs_password: "EbEIsHn7lxnN73Hy".to_string(),
|
obs_password: "w1OlHju7MAGmjDmQ".to_string(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue