Skip to content

Commit

Permalink
refactor(environment): use local server for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuher committed Jan 9, 2025
1 parent 713c59e commit ea1a23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.development.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import PocketBase from 'pocketbase';

export const environment = {
pb: new PocketBase('https://server.retro-ski.ch')
pb: new PocketBase('http://127.0.0.1:8090')
};

0 comments on commit ea1a23e

Please sign in to comment.