Skip to content

Commit 7fd110a

Browse files
Move the securejsondata field to just below the user one
1 parent af5305d commit 7fd110a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

grafana/provisioning/datasources/datasource.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ datasources:
6262
url: "${MONITOR_DB_HOST}:${MONITOR_DB_PORT}"
6363
database: MONITOR_DB_DB
6464
user: MONITOR_DB_USER
65+
secureJsonData:
66+
password: ""
6567
basicAuth: false
6668
isDefault: false
6769
editable: true
6870
jsonData:
6971
sslmode: require
7072
postgresVersion: 1700
71-
secureJsonData:
72-
password: ""

0 commit comments

Comments
 (0)