updated password to be my local dev

This commit is contained in:
Nickiel12 2024-07-21 00:54:07 +00:00
parent 984f4d2bad
commit 10719fbcd4

View file

@ -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(),
} }
} }
} }