fmt: README.md files and .cargo/config.toml
This commit is contained in:
@@ -14,9 +14,9 @@ response is the canonical top-ten JSON array.
|
||||
A newly created database starts with the original distributed demo table. An
|
||||
existing database, including an existing empty database, is left unchanged.
|
||||
|
||||
Submissions are anonymous and intentionally trust the browser's score. Add
|
||||
rate limiting, moderation, or server-side run verification if the table needs
|
||||
to resist forged scores.
|
||||
Submissions are anonymous and intentionally trust the browser's score. Add rate
|
||||
limiting, moderation, or server-side run verification if the table needs to
|
||||
resist forged scores.
|
||||
|
||||
Run it from `tdkpin-rs` with:
|
||||
|
||||
@@ -27,7 +27,7 @@ cargo run --manifest-path highscore-server/Cargo.toml
|
||||
```
|
||||
|
||||
Copy the rate and connection zone declarations from
|
||||
[nginx.conf.example](nginx.conf.example) into the existing `http` block, then
|
||||
[nginx.conf.example](./nginx.conf.example) into the existing `http` block, then
|
||||
place its two `location` blocks inside the public site's `server` block. The
|
||||
example bounds per-client and aggregate API traffic, request bodies, and proxy
|
||||
waits. The browser client expects the API at `/api/highscores` on the same
|
||||
|
||||
Reference in New Issue
Block a user