mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-08 05:03:49 -05:00
12 lines
205 B
Plaintext
12 lines
205 B
Plaintext
# Agent mode
|
|
|
|
If you'd like to have only the server API exposed without the dashboard, you can run Cup in agent mode.
|
|
|
|
Modify your config like this:
|
|
|
|
```jsonc
|
|
{
|
|
"agent": true
|
|
// Other options
|
|
}
|
|
``` |