changeset 2045:ce32d00263a6

set 2019 show to all-localhost
author drewp@bigasterisk.com
date Mon, 09 May 2022 23:18:39 -0700
parents f8a5f579547a
children 9aa046cc9b33
files show/dance2019/networking.n3
diffstat 1 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/show/dance2019/networking.n3	Mon May 09 23:18:24 2022 -0700
+++ b/show/dance2019/networking.n3	Mon May 09 23:18:39 2022 -0700
@@ -8,19 +8,19 @@
 
 show:dance2019 :networking sh:netHome .
 sh:netHome
-  :captureDevice    <http://10.5.0.1:8215/>;
-  :effectEval       <http://10.5.0.1:8204/>;
-  :effectSequencer  <http://10.5.0.1:8213/>;
-  :keyboardComposer <http://10.5.0.1:8205/>;
-  :musicPlayer      <http://10.5.0.1:8206/>;
-  :paintServer      <http://10.5.0.1:8214/>;
-  :rdfdb            <http://10.5.0.1:8209/>;
-  :subServer        <http://10.5.0.1:8211/>;
-  :vidref           <http://10.5.0.1:8212/>;
-  :webServer        <http://10.5.0.1:8200/>;
+  :captureDevice    <http://localhost:8215/>;
+  :effectEval       <http://localhost:8204/>;
+  :effectSequencer  <http://localhost:8213/>;
+  :keyboardComposer <http://localhost:8205/>;
+  :musicPlayer      <http://localhost:8206/>;
+  :paintServer      <http://localhost:8214/>;
+  :rdfdb            <http://localhost:8209/>;
+  :subServer        <http://localhost:8211/>;
+  :vidref           <http://localhost:8212/>;
+  :webServer        <http://localhost:8200/>;
   
-  :collector        <http://10.5.0.2:8202/>;
-  :collectorZmq     <http://10.5.0.2:8203/> .
+  :collector        <http://localhost:8202/>;
+  :collectorZmq     <http://localhost:8203/> .
 
 :captureDevice    :urlPath "captureDevice" .
 :collector        :urlPath "collector" .