blabla
This commit is contained in:
@@ -23,7 +23,7 @@ export const getNetworkConfig = async () => {
|
||||
} catch (e) {
|
||||
console.warn("Network config not found, using compiled defaults.");
|
||||
// Defaults matching the initial reserve ports in case network.json is missing
|
||||
return { SERVER_IP: 'localhost', BACKEND_PORT: 8906, BACKEND_SSL_PORT: 8908 };
|
||||
return { SERVER_IP: 'localhost', BACKEND_PORT: 8916, BACKEND_SSL_PORT: 8918 };
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user