mirror of
https://github.com/gravitl/netmaker.git
synced 2026-04-23 08:20:03 +08:00
remove references to grpc/comms net
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
server:
|
||||
apihost: "" # defaults to 127.0.0.1 or remote ip (SERVER_HOST) if DisableRemoteIPCheck is not set to true. SERVER_API_HOST if set
|
||||
apiport: "" # defaults to 8081 or HTTP_PORT (if set)
|
||||
grpchost: "" # defaults to 127.0.0.1 or remote ip (SERVER_HOST) if DisableRemoteIPCheck is not set to true. SERVER_GRPC_HOST if set.
|
||||
grpcport: "" # defaults to 50051 or GRPC_PORT (if set)
|
||||
masterkey: "" # defaults to 'secretkey' or MASTER_KEY (if set)
|
||||
allowedorigin: "" # defaults to '*' or CORS_ALLOWED_ORIGIN (if set)
|
||||
restbackend: "" # defaults to "on" or REST_BACKEND (if set)
|
||||
|
||||
Reference in New Issue
Block a user