mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-26 08:12:49 +08:00
10 lines
209 B
C#
10 lines
209 B
C#
using System;
|
|
|
|
namespace Ocelot.AcceptanceTests
|
|
{
|
|
public static class TestConfiguration
|
|
{
|
|
public static string ConfigurationPath => $"{AppContext.BaseDirectory}/configuration.json";
|
|
}
|
|
}
|