fix: settings template
This commit is contained in:
parent
c02389ad4d
commit
05f43c680c
@ -1,6 +1,20 @@
|
|||||||
|
# file: Settings.toml
|
||||||
|
# Rename me !
|
||||||
|
|
||||||
|
# The main key of your laser in LJ
|
||||||
laser_id = 0
|
laser_id = 0
|
||||||
|
|
||||||
|
# Activate for more debug
|
||||||
debug = "true"
|
debug = "true"
|
||||||
|
|
||||||
|
# Redis URL as IP:port
|
||||||
redis_url = "127.0.0.1"
|
redis_url = "127.0.0.1"
|
||||||
|
|
||||||
|
# Either Helios or Etherdream
|
||||||
dac_family = "Helios"
|
dac_family = "Helios"
|
||||||
dac_id = 1
|
|
||||||
|
# For Helios. USB Device Id of the DAC
|
||||||
|
dac_id = 0
|
||||||
|
|
||||||
|
# For Etherdream. IP of the DAC
|
||||||
dac_url = "192.168.1.68"
|
dac_url = "192.168.1.68"
|
||||||
|
Loading…
Reference in New Issue
Block a user