Skip to content

Commit

Permalink
switch to self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
buckhalt committed Nov 6, 2023
1 parent 255e821 commit 9f718b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions providers/Providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ export default async function Providers({
enabled={appSettings?.allowAnalytics}
// for production, add env.NODE_ENV === 'production' to disable tracking in dev
//enabled={appSettings?.allowAnalytics && env.NODE_ENV === 'production'}
// Uncomment the following lines to use self hosted
// selfHosted={true}
// customDomain="https://analytics.networkcanvas.com"
selfHosted={true}
customDomain="https://analytics.networkcanvas.dev"
/>
</TRPCReactProvider>
);
Expand Down

0 comments on commit 9f718b7

Please sign in to comment.