LightStudio CLI configuration

طراحی و اجرای پروژه های نور پردازی به شیوه ای مدرن

مطالب پیش رو برای زبان فارسی تهیه نشده است.

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