Skip to content

Commit

Permalink
Update .env.sample to use new crate name
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid authored and Joshua Nelson committed Sep 10, 2020
1 parent 0070527 commit 3b7f26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CRATESFYI_PREFIX=ignored/cratesfyi-prefix
CRATESFYI_DATABASE_URL=postgresql://cratesfyi:password@localhost:15432
DOCSRS_LOG=cratesfyi,rustwide=info
DOCSRS_LOG=docs_rs,rustwide=info
AWS_ACCESS_KEY_ID=cratesfyi
AWS_SECRET_ACCESS_KEY=secret_key
S3_ENDPOINT=http://localhost:9000

0 comments on commit 3b7f26c

Please sign in to comment.