mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix: use CRC32 to shorten app subdomain (#9645)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user