All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s
12 lines
280 B
Bash
12 lines
280 B
Bash
# Service settings specific to this server
|
|
# (can also override anything in the template_info.env file)
|
|
|
|
# URL of the llama.cpp server to monitor
|
|
LLAMA_SERVER_URL="http://localhost:8080"
|
|
|
|
# Port to serve the monitor dashboard on
|
|
MONITOR_PORT=80
|
|
|
|
# Server Settings
|
|
SSH_USER="root"
|