gadm-ts/cpp/config.toml
2026-03-23 15:32:00 +01:00

13 lines
179 B
TOML

[project]
name = "polymech"
version = "0.1.0"
description = "Polymech C++ CLI"
[database]
host = "localhost"
port = 5432
name = "polymech"
[logging]
level = "debug"