[database]
host = "不应该被保存"
port = 3306
enabled = true
timeout = 30.0
[app]
name = "更新后的应用名"
version = "1.0.0"
debug = true
[app.features]
logging = true
metrics = false
cache_enabled = true
[trading]
max_position_size = 10000
stop_loss_percent = 0.03
take_profit_percent = 0.10
[risk]
max_daily_loss = 50000.0
max_position_count = 20
blacklist_enabled = true
[network]
server_port = 9090
api_timeout = 5000
max_connections = 100
[logging]
level = "debug"
file_path = "logs/app.log"
max_size = "10MB"
rotate_daily = true
[new_section]
new_key = "new_value"
[performance]
max_threads = 8
[complex]
array = ["item1", "item2", 42]
[complex.object]
key1 = "value1"
key2 = 123
key3 = true
[demo]
auto_save_test = "自动保存的值"
number = 12345
enabled = true
[complex_demo]
test_array = ["item1", "item2", 42]
[complex_demo.nested]
key = "nested_value"
[complex_demo.test_object]
name = "test_object"
count = 99
enabled = true