pachy-config 0.1.0

Configuration loader for Pachycephalosaurus apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# pachy-config

`pachy.toml` loader with environment variable overrides for Pachycephalosaurus.

## pachy.toml reference

```toml
host                  = "127.0.0.1"
port                  = 3000
log_level             = "info"          # error|warn|info|debug|trace
debug_mode            = false
watch_dirs            = ["src", "Cargo.toml"]
build_target          = "wasm32-unknown-unknown"
deploy_target         = "native"        # native|serverless|docker
shutdown_timeout_secs = 30