Add dataset ID and excluded dataset IDz

This commit is contained in:
pigwin
2025-02-08 12:04:39 +00:00
parent c45723a5b0
commit e90e35cfbc
4 changed files with 43 additions and 16 deletions

View File

@@ -8,11 +8,13 @@
"sslmode": "disable"
},
"valkey": {
"host": "127.0.0.1",
"port": "6379",
"max_conns": 50,
"timeout_ms": 5000,
"password": "the_valkey_password"
},
"temp": "value"
"host": "127.0.0.1",
"port": "6379",
"max_conns": 50,
"timeout_ms": 5000,
"password": "the_valkey_password"
},
"temp": "value",
"dataset_id": "",
"excluded_dataset_ids": ""
}