Files
uopi/uopi.example.toml
T
Martino Ferrari 9aa89cc0cf Initial commit
2026-04-24 15:09:14 +02:00

13 lines
328 B
TOML

[server]
listen = ":8080"
storage_dir = "./interfaces"
[datasource.epics]
enabled = true
ca_addr_list = "" # overrides EPICS_CA_ADDR_LIST if set
archive_url = "" # EPICS Archive Appliance base URL, e.g. http://archiver:17665/
[datasource.synthetic]
enabled = true
definitions_file = "./synthetic.json"