1
0
forked from wrenn/wrenn
Files

10 lines
153 B
Go

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