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
5 changes: 5 additions & 0 deletions .docker.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ DOCSRS_TOOLCHAIN=nightly
# for the registry watcher, automatically queued reqbuidls.
DOCSRS_MAX_QUEUED_REBUILDS: 10

# optional overrides for local ElasticMQ testing
# DOCSRS_SQS_QUEUE_URL=http://elasticmq:9324/queue/docsrs-events
# DOCSRS_SQS_QUEUE_REGION=elasticmq
# DOCSRS_SQS_ENDPOINT_URL=http://elasticmq:9324
# DOCSRS_SQS_ACTIVE=false
8 changes: 7 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ SENTRY_ENVIRONMENT=dev
# https://forge.rust-lang.org/infra/docs/rustc-ci.html#try-builds
DOCSRS_TOOLCHAIN=nightly

# NOTE: when running services in docker-compose, you can override the settings in
# NOTE: when running services in docker-compose, you can override the settings in
# `.docker.env`, you'll fine an example in `.docker.env.sample`.

# optional overrides for local ElasticMQ testing
DOCSRS_SQS_QUEUE_URL=http://localhost:9324/queue/docsrs-events
DOCSRS_SQS_QUEUE_REGION=localhost
DOCSRS_SQS_ENDPOINT_URL=http://localhost:9324
DOCSRS_SQS_ACTIVE=false

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading