Skip to content

Commit

Permalink
fix dev envs
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Sep 21, 2023
1 parent edc4914 commit 0fd089a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/dev-env/src/pds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ export class TestPds {
appUrlPasswordReset: 'app://forgot-password',
emailNoReplyAddress: '[email protected]',
publicUrl: 'https://pds.public.url',
imgUriSalt: '9dd04221f5755bce5f55f47464c27e1e',
imgUriKey:
'f23ecd142835025f42c3db2cf25dd813956c178392760256211f9d315f8ab4d8',
dbPostgresUrl: cfg.dbPostgresUrl,
maxSubscriptionBuffer: 200,
repoBackfillLimitMs: 1000 * 60 * 60, // 1hr
Expand Down
3 changes: 0 additions & 3 deletions packages/pds/tests/_util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ export const runTestServer = async (
appUrlPasswordReset: 'app://forgot-password',
emailNoReplyAddress: '[email protected]',
publicUrl: 'https://pds.public.url',
imgUriSalt: '9dd04221f5755bce5f55f47464c27e1e',
imgUriKey:
'f23ecd142835025f42c3db2cf25dd813956c178392760256211f9d315f8ab4d8',
dbPostgresUrl: process.env.DB_POSTGRES_URL,
blobstoreLocation: `${blobstoreLoc}/blobs`,
blobstoreTmp: `${blobstoreLoc}/tmp`,
Expand Down

0 comments on commit 0fd089a

Please sign in to comment.