Skip to content

Commit 45a4793

Browse files
committed
improve description of the apiKeyValue argument in the config.ini
1 parent 8c6b8ff commit 45a4793

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/config.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ serverPort = 9980
3232
apiKeyName = scale_grafana
3333

3434
# The REST HTTPS API key value, f.e:
35-
# apiKeyValue = e40960c9-de0a-4c75-bc71-0bcae6db23b2
35+
# 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
3640

3741
#################################### GPFS Server data query settings ###########
3842
[query]

0 commit comments

Comments
 (0)