Skip to content

Commit

Permalink
chore(env): config https env. for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuher committed Dec 15, 2024
1 parent c053dc0 commit 78d8f03
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://home-eleven.duckdns.org')
pb: new PocketBase('https://home-eleven.duckdns.org')
};

0 comments on commit 78d8f03

Please sign in to comment.