I wanna Change My port address
Like 5000 to 8080 or any others …
Is it possible without recompline??
In docker you can make this but if you use other things idk
1 Like
yes u can do it in file:
appsettings.Release.json
1 Like
Yes, it is possible by using cmd
OpenBullet2.exe --urls=http://0.0.0.0:8080
1 Like