1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 21:18:13 -05:00

fix compose template indention

This commit is contained in:
Kyle Spearrin 2018-08-30 16:40:06 -04:00
parent 3c52cc9082
commit 5a44ce4f0e
2 changed files with 4 additions and 2 deletions

View File

@ -24,6 +24,8 @@ namespace Bit.Setup
{
if(!File.Exists(ConfigPath))
{
Console.WriteLine("No existing `config.yml` detected. Let's generate one.");
// Looks like updating from older version. Try to create config file.
var url = Helpers.GetValueFronEnvFile("global", "globalSettings__baseServiceUri__vault");
if(!Uri.TryCreate(url, UriKind.Absolute, out var uri))