From 635b5ea646ec55c7ae212f79031b69c00ad79763 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 31 May 2020 15:35:25 +0800 Subject: Migrate to docker. --- Timeline/Services/PathProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Timeline/Services/PathProvider.cs') diff --git a/Timeline/Services/PathProvider.cs b/Timeline/Services/PathProvider.cs index 1f6b629a..eefbf41a 100644 --- a/Timeline/Services/PathProvider.cs +++ b/Timeline/Services/PathProvider.cs @@ -21,7 +21,7 @@ namespace Timeline.Services public PathProvider(IConfiguration configuration) { _configuration = configuration; - _workingDirectory = configuration.GetValue("WorkDir"); + _workingDirectory = configuration.GetValue("WorkDir") ?? "/timeline"; } public string GetWorkingDirectory() -- cgit v1.2.3