Skip to content

Commit e0c895c

Browse files
committed
wip
1 parent 2f68a82 commit e0c895c

File tree

12 files changed

+3268
-8
lines changed

12 files changed

+3268
-8
lines changed

framework/components/postgres/postgres.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
Password = "thispasswordislongenough"
1818
Port = "5432"
1919
Database = "chainlink"
20-
Databases = 20
20+
Databases = 5
2121
)
2222

2323
type Input struct {
Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# # config file version
22
apiVersion: 1
3+
34
providers:
4-
- name: 'default'
5-
orgId: 1
6-
folder: 'dashboards'
7-
folderUid: ''
8-
type: file
9-
options:
10-
path: /etc/grafana/provisioning/dashboards
5+
- name: 'WASP'
6+
orgId: 1
7+
folder: 'Load testing'
8+
folderUid: ''
9+
type: file
10+
disableDeletion: false
11+
updateIntervalSeconds: 10
12+
allowUiUpdates: false
13+
options:
14+
path: /var/lib/grafana/dashboards
15+
foldersFromFilesStructure: true

0 commit comments

Comments
 (0)