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

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