diff options
Diffstat (limited to 'site/common')
-rw-r--r-- | site/common/variables.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/common/variables.php b/site/common/variables.php index c73482f..e3bd50b 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -21,6 +21,9 @@ /* Project home page */ $lbHomepage = "https://libreboot.org/"; + $mumbleServerAddress = "libreboot.org"; + $mumbleServerPort = "64738"; + /* Main git repositories */ $lbFirmwareGitRepoAddress = "git://git.savannah.gnu.org/libreboot.git"; $lbFirmwareGitwebAddress = "http://git.savannah.gnu.org/cgit/libreboot.git"; |