From 2e870dbd62bfa2061078928bbfa83c95e9004be6 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 28 Mar 2006 21:43:04 +0000 Subject: [PATCH] This overlay configuration file changes the web, API, and boot server ports to (hopefully unused) ports so that the system can be bootstrapped on a build machine that may itself be running a web server. --- bootstrap.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 bootstrap.xml diff --git a/bootstrap.xml b/bootstrap.xml new file mode 100644 index 0000000..0016bf9 --- /dev/null +++ b/bootstrap.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + 10080 + + + + + + + + 10080 + + + + 10443 + + + + + + + + 10080 + + + + 10443 + + + + + + -- 2.47.0