feat:service mod
This commit is contained in:
@@ -4,4 +4,7 @@ var (
|
||||
RUN_MODE_DEV = "dev"
|
||||
RUN_MODE_TEST = "test"
|
||||
RUN_MODE_PROD = "prod"
|
||||
|
||||
ServiceLease int64 = 60
|
||||
ServiceRootPrefix string = "/"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user