mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add social server and implement all op codes up until chat room connection blocks further requests
This commit is contained in:
@@ -5,7 +5,7 @@ port = 8010
|
||||
|
||||
## set only when compiled in debug mode, i.e, `cargo build`
|
||||
[debug]
|
||||
port = 80
|
||||
port = 8010
|
||||
|
||||
## set only when compiled in release mode, i.e, `cargo build --release`
|
||||
[release]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
cargo build
|
||||
RUST_LOG=debug sudo -HE ../target/debug/rc_static_data
|
||||
#cargo build
|
||||
RUST_LOG=debug cargo run
|
||||
|
||||
Reference in New Issue
Block a user