mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
fix compose template indention
This commit is contained in:
@@ -24,6 +24,8 @@ namespace Bit.Setup
|
|||||||
{
|
{
|
||||||
if(!File.Exists(ConfigPath))
|
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.
|
// Looks like updating from older version. Try to create config file.
|
||||||
var url = Helpers.GetValueFronEnvFile("global", "globalSettings__baseServiceUri__vault");
|
var url = Helpers.GetValueFronEnvFile("global", "globalSettings__baseServiceUri__vault");
|
||||||
if(!Uri.TryCreate(url, UriKind.Absolute, out var uri))
|
if(!Uri.TryCreate(url, UriKind.Absolute, out var uri))
|
||||||
|
|||||||
Reference in New Issue
Block a user