feat(itim): dont force config key, validate when it's required

ref: #247 #69
This commit is contained in:
2024-08-19 16:12:40 +09:30
parent 32f45f2d5f
commit cf5c512a64
2 changed files with 6 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class Service(TenancyObject):
)
config_key_variable = models.CharField(
blank = False,
blank = True,
help_text = 'Key name to use when merging with cluster/device config.',
max_length = 50,
null = True,