Initial commit: IBKRTrader
.NET WinForms-Anwendung (Core, Modules/CongressTrading, UI). Enthaelt .gitignore und settings.example.json als Konfigurationsvorlage. Echte settings.json mit Zugangsdaten ist bewusst ausgeschlossen. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"Database": {
|
||||
"Host": "your-db-host",
|
||||
"Port": 3306,
|
||||
"Database": "your-db-name",
|
||||
"User": "your-db-user",
|
||||
"Password": "CHANGE_ME"
|
||||
},
|
||||
"IBKR": {
|
||||
"Host": "127.0.0.1",
|
||||
"Port": 4001,
|
||||
"ClientId": 1
|
||||
},
|
||||
"Logging": {
|
||||
"Level": "Info",
|
||||
"MaxFileSizeMb": 10,
|
||||
"RetentionDays": 30
|
||||
},
|
||||
"Webserver": {
|
||||
"Port": 5001,
|
||||
"Enabled": false
|
||||
},
|
||||
"WorkerSettings": {
|
||||
"BackupWorker": {
|
||||
"Enabled": true,
|
||||
"IntervalMinutes": 30
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user