This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/environment/env.go

7 lines
262 B
Go

package environment
// Environment Variables that are used.
// These environment variables need to be set before launching elektron.
// Environment Variable to store the password for username="rapl" on the nodes in the cluster.
var RaplPassword = "RAPL_PSSWD"