Hi, Are inline comments permitted? Eg: `testFrequency=60 # How frequently the test should be conducted, in seconds` Or would it have to be written like this: ``` # How frequently the test should be conducted, in seconds testFrequency=60 ```
Hi,
Are inline comments permitted?
Eg:
testFrequency=60 # How frequently the test should be conducted, in secondsOr would it have to be written like this: