1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

rebuild instructions

This commit is contained in:
Kyle Spearrin
2018-08-30 16:09:18 -04:00
parent 310e6bcf61
commit 69605fab5b
2 changed files with 13 additions and 4 deletions

View File

@ -188,7 +188,9 @@ namespace Bit.Setup
public class Configuration
{
[Description("Full URL for accessing the installation from a browser. (Required)")]
[Description("Note: After making changes to this file you need to run the `rebuild` or `update`\n" +
"command for them to be applied.\n\n" +
"Full URL for accessing the installation from a browser. (Required)")]
public string Url { get; set; } = "https://localhost";
[Description("Auto-generate the `./docker/docker-compose.yml` config file.\n" +