Skip to content

Commit 4425ede

Browse files
authored
Update tyk-pump-dashboard-config.md
1 parent c7ed6cd commit 4425ede

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

tyk-docs/content/tyk-pump/tyk-pump-configuration/tyk-pump-dashboard-config.md

+22-18
Original file line numberDiff line numberDiff line change
@@ -438,24 +438,28 @@ To improve the data maintenance processes, as querying or removing data from one
438438
### Tyk Dashboard Configuration
439439

440440
```yaml
441-
"sql": {
442-
...
443-
"meta": {
444-
...
445-
"table_sharding": true
446-
}
447-
},
448-
"sql_aggregate" : {
449-
...
450-
"meta": {
451-
...
452-
"table_sharding": true
453-
}
454-
},
455-
"uptime_pump_config": {
456-
...
457-
"table_sharding": true
458-
},
441+
"storage": {
442+
"main": {
443+
"type": "postgres",
444+
"connection_string": "user=laurentiughiur password=test123 database='tyk-test' host=127.0.0.1 port=5432",
445+
"table_sharding": true
446+
},
447+
"analytics": {
448+
"type": "postgres",
449+
"connection_string": "user=laurentiughiur password=test123 database='tyk-test' host=127.0.0.1 port=5432",
450+
"table_sharding": true
451+
},
452+
"logs": {
453+
"type": "postgres",
454+
"connection_string": "user=laurentiughiur password=test123 database='tyk-test' host=127.0.0.1 port=5432",
455+
"table_sharding": true
456+
},
457+
"uptime": {
458+
"type": "postgres",
459+
"connection_string": "user=laurentiughiur password=test123 database='tyk-test' host=127.0.0.1 port=5432",
460+
"table_sharding": true
461+
}
462+
},
459463
```
460464

461465
{{< tab_end >}}

0 commit comments

Comments
 (0)