Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove redundent json files #606

Merged
merged 12 commits into from
May 26, 2022
2 changes: 1 addition & 1 deletion cmd/layotto/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ func NewRuntimeGrpcServer(data json.RawMessage, opts ...grpc.ServerOption) (mgrp

var cmdStart = cli.Command{
Name: "start",
Usage: "start runtime. For example: ./layotto start -c configs/config_in_memory.json",
Usage: "start runtime. For example: ./layotto start -c configs/config_standalone.json",
Flags: []cli.Flag{
cli.StringFlag{
Name: "config, c",
Expand Down
2 changes: 1 addition & 1 deletion cmd/layotto_multiple_api/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ func NewRuntimeGrpcServer(data json.RawMessage, opts ...grpc.ServerOption) (mgrp

var cmdStart = cli.Command{
Name: "start",
Usage: "start runtime. For example: ./layotto start -c configs/config_in_memory.json",
Usage: "start runtime. For example: ./layotto start -c configs/config_standalone.json",
Flags: []cli.Flag{
cli.StringFlag{
Name: "config, c",
Expand Down
94 changes: 0 additions & 94 deletions configs/config_apollo_health.json

This file was deleted.

48 changes: 0 additions & 48 deletions configs/config_bindings.json

This file was deleted.

File renamed without changes.
220 changes: 0 additions & 220 deletions configs/config_integration_redis_etcd.json

This file was deleted.

Loading