- Change default server port from 8080 to 8025 across all configurations. - Update Dockerfile, docker-compose.yml, and related documentation. - Ensure all CLI commands and API endpoints reflect the new port. - Adjust example configurations and health check URLs accordingly.
7 lines
98 B
JSON
7 lines
98 B
JSON
{
|
|
"server_url": "http://localhost:8025",
|
|
"auth_key": "",
|
|
"username": "",
|
|
"password": ""
|
|
}
|