File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- DOCSRS_PREFIX = ignored/cratesfyi-prefix
2- DOCSRS_DATABASE_URL = postgresql://cratesfyi:password@localhost:15432
3- DOCSRS_LOG = docs_rs=debug,rustwide=info
4- AWS_ACCESS_KEY_ID = cratesfyi
5- AWS_SECRET_ACCESS_KEY = secret_key
6- S3_ENDPOINT = http://localhost:9000
7- DOCSRS_INCLUDE_DEFAULT_TARGETS = false
8- DOCSRS_DOCKER_IMAGE = ghcr.io/rust-lang/crates-build-env/linux-micro
9- SENTRY_ENVIRONMENT = dev
1+ export DOCSRS_PREFIX = ignored/cratesfyi-prefix
2+ export DOCSRS_DATABASE_URL = postgresql://cratesfyi:password@localhost:15432
3+ export DOCSRS_LOG = docs_rs=debug,rustwide=info
4+ export AWS_ACCESS_KEY_ID = cratesfyi
5+ export AWS_SECRET_ACCESS_KEY = secret_key
6+ export S3_ENDPOINT = http://localhost:9000
7+ export DOCSRS_INCLUDE_DEFAULT_TARGETS = false
8+ export DOCSRS_DOCKER_IMAGE = ghcr.io/rust-lang/crates-build-env/linux-micro
9+ export SENTRY_ENVIRONMENT = dev
You can’t perform that action at this time.
0 commit comments