Skip to content

Commit 374f63e

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

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

+4-8
Original file line numberDiff line numberDiff line change
@@ -440,23 +440,19 @@ To improve the data maintenance processes, as querying or removing data from one
440440
```yaml
441441
"storage": {
442442
"main": {
443-
"type": "postgres",
444-
"connection_string": "user=laurentiughiur password=test123 database='tyk-test' host=127.0.0.1 port=5432",
443+
...
445444
"table_sharding": true
446445
},
447446
"analytics": {
448-
"type": "postgres",
449-
"connection_string": "user=laurentiughiur password=test123 database='tyk-test' host=127.0.0.1 port=5432",
447+
...
450448
"table_sharding": true
451449
},
452450
"logs": {
453-
"type": "postgres",
454-
"connection_string": "user=laurentiughiur password=test123 database='tyk-test' host=127.0.0.1 port=5432",
451+
...
455452
"table_sharding": true
456453
},
457454
"uptime": {
458-
"type": "postgres",
459-
"connection_string": "user=laurentiughiur password=test123 database='tyk-test' host=127.0.0.1 port=5432",
455+
...
460456
"table_sharding": true
461457
}
462458
},

0 commit comments

Comments
 (0)