[RESOLVED]Local Cloud > spark.config.json location?

I can't seem to find ~/.spark/spark.config.json in spark-server in OSX. I remember seeing a reference to this in Spark-CLI repo (~/.spark/spark.config.json permissions · Issue #148 · particle-iot/spark-cli · GitHub)

Any shedding of light would be appreciated.

EDIT: Found this:

Does this folder/file need to be created or am I missing something?

4.) Edit your Spark-CLI config file to point at your Spark-server. Open ~/.spark/spark.config.json in your favorite text editor, and add:

{
"apiUrl": "http://192.168.1.10:8080"
}
For beginners: note that you have to add in a , at the end of the previous line

RESOLVED: nevermind, didn't see it in my mac dir....../spark-server/.spark/spark.config.json