cosmos: add info note for configuration file (#7824)

This commit is contained in:
CanbiZ 2025-09-23 12:06:07 +02:00 committed by GitHub
parent cec4e2d5c1
commit 1f40670ea0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,5 +32,10 @@
"username": null,
"password": null
},
"notes": []
"notes": [
{
"type": "info",
"text": "The file `/etc/sysconfig/CosmosCloud` is optional. If you need custom settings, you can create it yourself."
}
]
}