fix: criar container com usuário, logs json e criar network

This commit is contained in:
tkinaba
2026-05-20 16:09:58 -03:00
parent 0fc3c65259
commit dedbae0c07
3 changed files with 34 additions and 3 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ func InitialModel() Model {
{
Id: "central_server_url",
Label: "URL do Servidor Central",
Placeholder: "https://servidor:8443",
Placeholder: "https://app-dono-api.vitruvio.com.br:8443",
Default: cfg.Application.CentralServerURL,
Type: FieldTypeText,
},