1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[General] app_name = TestApp version = 1.0.0 enabled = true [Database] host = localhost port = 5432 username = test_user password = secret [Logging] level = DEBUG file = application.log [Features] feature_x = enabled feature_y = disabled