remove ppi

This commit is contained in:
Travis Shears 2024-07-06 10:42:15 +02:00
parent a481626e47
commit 979196c50c
7 changed files with 39 additions and 20 deletions

View file

@ -40,7 +40,7 @@ export class MicroBlogBackend {
private pb: PocketBase;
private clientSetTime?: Date;
constructor(private logger: Logger) {
this.pb = new PocketBase("https://personal-pocket-base.fly.dev");
this.pb = new PocketBase(process.env.POCKET_BASE_HOST);
}
private async login() {