'=' expected

The '=' operator is expected after the setting identifier. Settings should be in the form setting = value. Examples:

default:
  maxiter = 100
  title = "Hello, world!"

See Also
Errors