We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6b8ff commit 45a4793Copy full SHA for 45a4793
source/config.ini
@@ -32,7 +32,11 @@ serverPort = 9980
32
apiKeyName = scale_grafana
33
34
# The REST HTTPS API key value, f.e:
35
-# apiKeyValue = e40960c9-de0a-4c75-bc71-0bcae6db23b2
+# apiKeyValue = e40960c9-de0a-4c75-bc71-0bcae6db23b2
36
+#
37
+# alternatively you can store a string of 32 hexadecimal digits in a file
38
+# and specify the file location as the REST HTTPS API key value, f.e:
39
+# apiKeyValue = /etc/bridge_ssl/apikey_scale-21
40
41
#################################### GPFS Server data query settings ###########
42
[query]
0 commit comments