remove ppi
This commit is contained in:
parent
a481626e47
commit
979196c50c
7 changed files with 39 additions and 20 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue