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

@ -7,8 +7,8 @@ const destination = pinoLambdaDestination();
const logger = pino({}, destination);
const withRequest = lambdaRequestTracker();
const baseURL = `https://gram.social/api/pixelfed/v1/accounts/`;
const accountID = `703621281309160235`;
const baseURL = process.env.PIXELFED_BASE_URL;
const accountID = process.env.PIXELFED_ACCOUNT_ID;
const pb = new MicroBlogBackend(logger);