♻️ make fossorial remote API only configurable on the frontend and only in DEV

This commit is contained in:
Fred KISSIE
2025-11-07 20:05:29 +01:00
parent f27ae210ed
commit aa3f07f1ba
7 changed files with 12 additions and 23 deletions

View File

@@ -4,7 +4,6 @@ export type Env = {
sandbox_mode: boolean;
version: string;
dashboardUrl: string;
fossorialRemoteAPIBaseUrl: string;
};
server: {
externalPort: string;