mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 06:48:16 +08:00
changed to json configuration to get rid of yaml imports
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
public static class TestConfiguration
|
||||
{
|
||||
public static double Version => 1.4;
|
||||
public static string ConfigurationPath => $"./bin/Debug/netcoreapp{Version}/configuration.yaml";
|
||||
public static string ConfigurationPath => $"./bin/Debug/netcoreapp{Version}/configuration.json";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user