-
Notifications
You must be signed in to change notification settings - Fork 986
Closed
Description
When switching to mainnet. I expected all api endpoint to drop 10k in portnumber. Which has happened for all ports, except the ownerapi.
Hardcoded here:
Line 148 in 5cf4d7a
"127.0.0.1:13420", |
This is a problem in the situation where you run floonet and mainnet on the same machine. Configuration like #2328 would be nice. But setting a default inline with the other apis would be more pressing imo.