define PLC_MAIL_FROM_ADDRESS
[tests.git] / node_ssh / nst_config
1 # node_ssh config file
2
3 # API URL
4 # URL to api server.
5 NST_API_SERVER='API_URL' 
6
7 # Slice SSH Public Key
8 # The SSH public key used to access the slice. 
9 NST_KEY_PATH='PATH_TO_PUBLIC_KEY_FILE'
10
11 # Slice Name
12 # Name of the slice to use.
13 NST_SLICE='SLICE_NAME'  
14
15 # Slice User's Account
16 # An account that has access to the slice we will use. 
17 NST_USER='USERNAME'
18
19 # Slice User's Password
20 # The password of the slice user's account. 
21 NST_PASSWORD='PASSWORD'
22
23 # Plot Lenght
24 # Length of x-axis in seconds
25 # 36000 seconds = 10 hours
26 NST_PLOT_LENGTH=36000
27