mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-02-01 18:20:17 +01:00
fix: test case issue
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package constants
|
||||
|
||||
const (
|
||||
DefaultGrpcServerHost = ""
|
||||
DefaultGrpcServerPort = "9666"
|
||||
DefaultGrpcClientRemoteHost = "localhost"
|
||||
DefaultGrpcClientRemotePort = DefaultGrpcServerPort
|
||||
DefaultGrpcAuthKey = "Crawlab2021!"
|
||||
)
|
||||
|
||||
const (
|
||||
GrpcHeaderAuthorization = "authorization"
|
||||
)
|
||||
Reference in New Issue
Block a user