feat(FN-2586): merge fusion/fn-2586
This commit is contained in:
@@ -2638,6 +2638,7 @@ describe("TaskStore", () => {
|
||||
},
|
||||
cloudflare: {
|
||||
enabled: true,
|
||||
quickTunnel: false,
|
||||
tunnelName: "main-tunnel",
|
||||
tunnelToken: "cf-secret-token",
|
||||
ingressUrl: "https://project.example.com",
|
||||
|
||||
@@ -167,6 +167,7 @@ export const DEFAULT_PROJECT_SETTINGS = {
|
||||
},
|
||||
cloudflare: {
|
||||
enabled: false,
|
||||
quickTunnel: false,
|
||||
tunnelName: "",
|
||||
tunnelToken: null,
|
||||
ingressUrl: "",
|
||||
|
||||
@@ -1189,6 +1189,7 @@ export interface RemoteAccessProvidersConfig {
|
||||
};
|
||||
cloudflare: {
|
||||
enabled: boolean;
|
||||
quickTunnel: boolean;
|
||||
tunnelName: string;
|
||||
tunnelToken: string | null;
|
||||
ingressUrl: string;
|
||||
|
||||
Reference in New Issue
Block a user