github.com/dshekhar95/sub_dgraph@v0.0.0-20230424164411-6be28e40bbf1/dgraph/cmd/alpha/testrun/conf3.yaml (about)

     1  # RAFT ID that this server will use to join RAFT groups.
     2  idx: 3
     3  
     4  # Port to run server on. (default 8080)
     5  port: 8084
     6  
     7  grpc_port: 9084
     8  
     9  # Directory to store posting lists.
    10  p: p3
    11  
    12  # Directory to store raft write-ahead logs.
    13  w: w3
    14  
    15  # Port used by worker for internal communication.
    16  workerport: 12347
    17  
    18  groups: 0,1
    19  
    20  nomutations: true
    21  
    22  group_conf: groups.conf
    23  
    24  peer: localhost:12345
    25