Skip to content
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
7 changes: 7 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ export TEST_DATABASE_URL=
# export CDN_LOG_QUEUE_URL=
# export CDN_LOG_QUEUE_REGION=

# Configuration for the docs.rs notification queue. You can leave these
# commented out if you're not using the docs.rs notification queue.
# export DOCS_RS_QUEUE_ACCESS_KEY=
# export DOCS_RS_QUEUE_SECRET_KEY=
# export DOCS_RS_QUEUE_URL=
# export DOCS_RS_QUEUE_REGION=

# Upstream location of the registry index. Background jobs will push to
# this URL. The default points to a local index for development.
# Run `./script/init-local-index.sh` to initialize this repo.
Expand Down
Loading
Loading