maingateApiToken추가

This commit is contained in:
2024-09-23 17:46:39 +09:00
parent 7ae391b599
commit 97fc64be81
2 changed files with 11 additions and 7 deletions

View File

@ -20,8 +20,9 @@ type HoustonServer interface {
}
type serverConfig struct {
GrpcPort int `json:"grpc_port"`
StorageRoot string `json:"storage_path"`
GrpcPort int `json:"grpc_port"`
StorageRoot string `json:"storage_path"`
MaingateApiToken string `json:"maingate_api_token"`
}
type DeployRequest struct {