eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
1.04k stars 40 forks source link

Move default config to a standard location #442

Open elBoberido opened 1 month ago

elBoberido commented 1 month ago

Brief feature description

Currently, when an application is run, it looks for config/iceoryx2.toml, relative to where it was started. This is error prone and the config should be at a standard location like /etc/iceoryx2/config.toml or /etc/iceoryx2/domain-id/config.toml.