Skip to content

Commit

Permalink
try without proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
flipvh committed Jun 13, 2024
1 parent d8bc1ad commit 3011181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export default {
maintenance: false,

frontendUrl: 'https://cellajs.com',
backendUrl: 'https://cellajs.com/api/v1',
tusUrl: 'https://cellajs.com/upload/v1',
electricUrl: 'https://cellajs.com/electric/v1',
backendUrl: 'https://api.cellajs.com',
tusUrl: 'https://tus.cellajs.com',
electricUrl: 'https://electric-sync.cellajs.com',

googleMapsKey: 'AIzaSyAGx1ZAPoNIu8tUWD4F0D2B3XwAOaSMMH8',
} satisfies Config;

0 comments on commit 3011181

Please sign in to comment.