forked from wrenn/wrenn
Prototype with single host server and no admin panel (#2)
Reviewed-on: wrenn/sandbox#2 Co-authored-by: pptx704 <rafeed@omukk.dev> Co-committed-by: pptx704 <rafeed@omukk.dev>
This commit is contained in:
9
envd/internal/shared/keys/constants.go
Normal file
9
envd/internal/shared/keys/constants.go
Normal file
@ -0,0 +1,9 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// Modifications by M/S Omukk
|
||||
|
||||
package keys
|
||||
|
||||
const (
|
||||
ApiKeyPrefix = "wrn_"
|
||||
AccessTokenPrefix = "sk_wrn_"
|
||||
)
|
||||
Reference in New Issue
Block a user