1
0
forked from wrenn/wrenn
Files
wrenn-releases/envd/internal/shared/keys/constants.go
2026-03-22 21:01:23 +00:00

10 lines
153 B
Go

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