Example #1
0
 protected override async Task <string> GetConnectionString()
 {
     return(await ConsulTestUtils.EnsureConsulAsync() ? ConsulTestUtils.CONSUL_ENDPOINT : null);
 }