Skip to content

Commit

Permalink
chore(environment): setup prod environment url
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuher committed Dec 15, 2024
1 parent 8f22982 commit 2430368
Showing 1 changed file with 1 addition and 1 deletion.
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('http://localhost:8090')
pb: new PocketBase('http://home-eleven.duckdns.org')
};

0 comments on commit 2430368

Please sign in to comment.