LightStudio CLI configuration

Build light controlling and animations with confidence

You need to create a config.yml next to the lightstudio cli binary, if you want to set some configuration. At the moment, there are not many changes you can make, but here it goes:

gin:
  mode: debug # set to release

database:
  vendor: sqlite3
  database: ./test.db

headers:
  access-control-allow-origin: http://localhost:3000