grafana: use postgres backend
This commit is contained in:
parent
54dee8bf04
commit
880f2952b3
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,14 @@ _: {
|
||||||
auto_assign_org = true;
|
auto_assign_org = true;
|
||||||
auto_assign_org_role = "Viewer";
|
auto_assign_org_role = "Viewer";
|
||||||
};
|
};
|
||||||
|
database = {
|
||||||
|
type = "postgres";
|
||||||
|
host = "192.168.1.211:5432";
|
||||||
|
name = "grafana";
|
||||||
|
user = "grafana";
|
||||||
|
password = "grafana";
|
||||||
|
ssl_mode = "disable";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
provision = {
|
provision = {
|
||||||
datasources.settings = {
|
datasources.settings = {
|
||||||
|
|
Loading…
Reference in a new issue