Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

[DRAFT] Signing and verification of artifact signatures #640

Draft
wants to merge 8 commits into
base: prod
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ CLOUDFLARE_INTEGRATION=false
DATABASE_URL=postgresql://labrinth:labrinth@localhost/labrinth
DATABASE_MIN_CONNECTIONS=0
DATABASE_MAX_CONNECTIONS=16

REDIS_URL=redis://localhost

MEILISEARCH_ADDR=http://localhost:7700
MEILISEARCH_KEY=modrinth

Expand Down Expand Up @@ -50,9 +53,6 @@ ALLOWED_CALLBACK_URLS='["localhost", ".modrinth.com"]'
ARIADNE_ADMIN_KEY=feedbeef
ARIADNE_URL=https://staging-ariadne.modrinth.com/v1/

STRIPE_TOKEN=none
STRIPE_WEBHOOK_SECRET=none

PAYPAL_API_URL=https://api-m.sandbox.paypal.com/v1/
PAYPAL_CLIENT_ID=none
PAYPAL_CLIENT_SECRET=none
Loading