We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028d0bb commit ff547eaCopy full SHA for ff547ea
it/server/src/test/resources/agent.conf
@@ -27,7 +27,7 @@ concord-agent {
27
# external auth tokens. URI scheme is ignored. Requires externalTokenLookup
28
# permission for the client user.
29
# e.g. "github.com/my-org/" or "github.com/(orgA|orgB))/"
30
- urlPattern = "github(\d+).local/.*"
+ urlPattern = "github(\\d+).local/.*"
31
}
32
33
0 commit comments