Update host/port

This commit is contained in:
Bill Ewanick 2025-07-20 20:41:39 -04:00
parent c888b8b785
commit a600e8bb27

View file

@ -74,8 +74,8 @@
pathString = "osds-src"; pathString = "osds-src";
} }
]; ];
baseUrl = "127.0.0.1"; baseUrl = "localhost";
port = 8000; port = 12513;
}; };
}; };