14 lines
607 B
Go
14 lines
607 B
Go
package e2e_bench_test
|
|
|
|
// Development key pair from config/local-retail-bap.yaml.
|
|
// Used across the retail devkit for non-production testing.
|
|
// DO NOT use in any production or staging environment.
|
|
const (
|
|
benchSubscriberID = "sandbox.food-finder.com"
|
|
benchKeyID = "76EU7VwahYv4XztXJzji9ssiSV74eWXWBcCKGn7jAdm5VGLCdYAJ8j"
|
|
benchPrivKey = "rrNtVgyASCGlo+ebsJaA37D5CZYZVfT0JA5/vlkTeV0="
|
|
benchPubKey = "oFIk7KqCqvqRYkLMjQqiaKM5oOozkYT64bfLuc8p/SU="
|
|
benchEncrPrivKey = "rrNtVgyASCGlo+ebsJaA37D5CZYZVfT0JA5/vlkTeV0="
|
|
benchEncrPubKey = "oFIk7KqCqvqRYkLMjQqiaKM5oOozkYT64bfLuc8p/SU="
|
|
)
|