Fixed: Instance Name validation

This commit is contained in:
Robin Dadswell
2022-05-16 21:27:31 +01:00
parent a3a8f1417d
commit 0be2aee9c3
3 changed files with 4 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ const requiresRestartKeys = [
'bindAddress',
'port',
'urlBase',
'instanceName',
'enableSsl',
'sslPort',
'sslCertPath',