europa: move rimgo to port 3001

This commit is contained in:
Aaron Bieber 2024-02-06 06:02:21 -07:00
parent 66cacc1824
commit bd1b0dddd0
No known key found for this signature in database

View File

@ -205,7 +205,7 @@ in
rimgo = {
enable = true;
settings = {
PORT = 3000;
PORT = 3001;
ADDRESS = "127.0.0.1";
};
};