v1.8.0
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
package constants
|
||||
|
||||
const Restmachine = "/restmachine"
|
||||
const (
|
||||
RESTMACHINE = "/restmachine"
|
||||
|
||||
// RAM_DIVISIBILITY sets divisibility of RAM value
|
||||
RAM_DIVISIBILITY uint64 = 128
|
||||
)
|
||||
|
||||
var FileName = map[string]string{
|
||||
"OidcCertificate": "ca.crt",
|
||||
|
||||
Reference in New Issue
Block a user