server: do stuff again
This commit is contained in:
@@ -13,5 +13,19 @@
|
||||
enable = true;
|
||||
package = inputs.spacebar.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
extraEnvironment.PORT = 4067;
|
||||
settings = {
|
||||
api = {
|
||||
endpointPublic = "https://chat.ocbwoy3.dev/api/v9";
|
||||
endpointPrivate = "http://127.0.0.1:4067/api/v9";
|
||||
};
|
||||
cdn = {
|
||||
endpointPublic = "https://chat.ocbwoy3.dev/";
|
||||
endpointPrivate = "http://127.0.0.1:4067/";
|
||||
};
|
||||
gateway = {
|
||||
endpointPublic = "wss://chat.ocbwoy3.dev/";
|
||||
endpointPrivate = "ws://127.0.0.1:4067/";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user