lj_rust/tests/settings/valid.toml

21 lines
365 B
TOML
Raw Normal View History

2023-06-04 15:33:28 +00:00
# file: Settings.toml
# Rename me !
2023-06-03 21:27:12 +00:00
# The main key of your laser in LJ
laser_id = 0
# Activate for more debug
debug = "true"
2023-06-04 15:33:28 +00:00
# Redis URL as redis://IP:port/
redis_url = "redis://127.0.0.1:6379/"
2023-06-03 21:27:12 +00:00
# Either Helios or Etherdream
# For Helios. USB Device Id of the DAC
2023-06-04 15:33:28 +00:00
[dac.helios]
id = 0
2023-06-03 21:27:12 +00:00
# For Etherdream. IP of the DAC
2023-06-04 15:33:28 +00:00
# [dac.etherdream]
# url = "192.168.1.68"