-
Notifications
You must be signed in to change notification settings - Fork 52
/
redfish.conf
40 lines (29 loc) · 1.14 KB
/
redfish.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[redfish]
#The Redfish Utility reads the following environment variables, and applies them at runtime.
#Note that they can be overridden by command line switches.
##### Cache Settings #####
##########################################
# option to disable caching of all data
#cache = False
##### Credential Settings #####
##########################################
# option to use the provided url to login
#url = https://127.0.0.1
# option to use the provided username to login
#username = admin
# option to use the provided password to login
#password = password
##### Commit Settings #####
##########################################
# flag to commit in all places where applicable
#commit = True
##### Output Default Settings #####
##########################################
# flag to change output format in all places where applicable
#format = json
##### Default Save/Load Settings #####
##########################################
# option to set default save output file
#savefile = redfish.json
# option to set default load input file
#loadfile = redfish.json