Files
sandbox/envd/internal/shared/keys/constants.go

10 lines
153 B
Go

// SPDX-License-Identifier: Apache-2.0
// Modifications by M/S Omukk
package keys
const (
ApiKeyPrefix = "wrn_"
AccessTokenPrefix = "sk_wrn_"
)