Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 395 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 395 Bytes

kostal-penticore-rs

config

config is based on awsome config-rs crate.

for local development: create config/local.{toml,json,..} and override values
config is able to work with different run modes, e.g. Prod by setting RUN_MODE environment variable furthermore, you can override settings by using prefix APP_, e.g. APP_INVERTER_URL=....