lj_rust/tests/settings/valid_etherdream.toml

16 lines
269 B
TOML
Raw Normal View History

2023-06-04 15:33:28 +00:00
# file: Settings.toml
# Rename me !
# The main key of your laser in LJ
laser_id = 0
# Activate for more debug
debug = "true"
# Redis URL as redis://IP:port/
redis_url = "redis://127.0.0.1:6379/"
# For Etherdream. IP of the DAC
[dac.etherdream]
2023-07-16 18:26:45 +00:00
ip = "192.168.1.68"