summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 1 insertions, 14 deletions
diff --git a/README.md b/README.md
index 0e68dd5..65a7232 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ TODO: Explanation on how to run the tests
The server will start on `http://localhost:8080` with the following endpoints:
-- `GET /` - API status
+- `GET /platform` - API status
- `GET /cpu` - CPU performance metrics and stress testing
- `GET /ram` - RAM usage metrics and memory allocation tests
@@ -109,19 +109,6 @@ Torque is built using modern Scala functional programming patterns:
sbt compile
```
-### Creating a Fat JAR
-
-```bash
-sbt assembly
-```
-
-## Configuration
-
-Torque can be configured via environment variables:
-
-- `TORQUE_PORT` - HTTP server port (default: 8080)
-- `TORQUE_HOST` - Server host (default: localhost)
-
## API Documentation
### CPU Endpoint