fix: use CRC32 to shorten app subdomain (#9645)

This commit is contained in:
Marcin Tojek
2023-09-12 17:11:45 +02:00
committed by GitHub
parent 898971b329
commit 0e28397c82
4 changed files with 24 additions and 6 deletions
+4 -4
View File
@@ -32,10 +32,10 @@ import (
const (
proxyTestAgentName = "agent-name"
proxyTestAppNameFake = "test-app-fake"
proxyTestAppNameOwner = "test-app-owner"
proxyTestAppNameAuthenticated = "test-app-authenticated"
proxyTestAppNamePublic = "test-app-public"
proxyTestAppNameFake = "taf"
proxyTestAppNameOwner = "tao"
proxyTestAppNameAuthenticated = "taa"
proxyTestAppNamePublic = "tap"
proxyTestAppQuery = "query=true"
proxyTestAppBody = "hello world from apps test"