You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/managing-workflow/tuning-component-settings.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -146,10 +146,10 @@ NUMBER_OF_LINES | How many lines to store in the ring buffer (default: 1000)
146
146
We have exposed some of the more useful configuration values directly in the chart. This allows them to be set using either the `values.yaml` file or by using the `--set` flag with the Helm CLI. You can see these options below:
user | "admin" | The first user created in the database (this user has admin privileges)
151
-
password | "admin" | Password for the first user.
152
-
allow_sign_up | "true" | Allows users to sign up for an account.
149
+
----------------- | -------------- |------------
150
+
user | "admin" | The first user created in the database (this user has admin privileges)
151
+
password | "admin" | Password for the first user.
152
+
allow_sign_up | "true" | Allows users to sign up for an account.
153
153
154
154
For a list of other options you can set by using environment variables please see the [configuration file](https://github.com/teamhephy/monitor/blob/master/grafana/rootfs/usr/share/grafana/grafana.ini.tpl) in Github.
0 commit comments