Skip to content

Commit

Permalink
refactor(environment): update default server url
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuher committed Jan 2, 2025
1 parent 176f68b commit abd293c
Showing 2 changed files with 2 additions and 2 deletions.
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://home-eleven.duckdns.org')
pb: new PocketBase('https://server.retro-ski.ch')
};
2 changes: 1 addition & 1 deletion src/environments/environment.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://home-eleven.duckdns.org')
pb: new PocketBase('https://server.retro-ski.ch')
};

0 comments on commit abd293c

Please sign in to comment.