This commit is contained in:
@@ -527,7 +527,7 @@ class AdminService:
|
|||||||
"key": var.key,
|
"key": var.key,
|
||||||
"value": var.value,
|
"value": var.value,
|
||||||
"description": var.description,
|
"description": var.description,
|
||||||
"type": var.type if hasattr(var, "type") else None,
|
"type": var.type,
|
||||||
"isSecret": var.is_secret,
|
"isSecret": var.is_secret,
|
||||||
}
|
}
|
||||||
for var in section.variables
|
for var in section.variables
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ class EnvVariable:
|
|||||||
key: str
|
key: str
|
||||||
value: str
|
value: str
|
||||||
description: str
|
description: str
|
||||||
|
type: str = "string"
|
||||||
is_secret: bool = False
|
is_secret: bool = False
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user