github.com/cs3org/reva/v2@v2.27.7/examples/storage-references/applicationauth.toml (about)

     1  [grpc]
     2  address = "0.0.0.0:15000"
     3  
     4  [grpc.services.authprovider]
     5  auth_manager = "appauth"
     6  
     7  [grpc.services.authprovider.auth_managers.appauth]
     8  gateway_addr = "localhost:19000"