# A top-level comment [General] app_name = MyApplication version = 1.2.3 description = "An example INI file for testing" [Database] host = localhost port = 5432 username = admin password = "p@ssw0rd" [[Database.Connection]] user = admin password = secret [[Database.Settings]] timeout = 30 pool_size = 10 [Logging] level=debug file_path=/var/log/app.log [Server] host=0.0.0.0 port=8080 [Features] enable_feature_x=true enable_feature_y=false