We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d796ca commit b1dacb6Copy full SHA for b1dacb6
.env.sample
@@ -2,7 +2,7 @@ export DOCSRS_PREFIX=ignored/cratesfyi-prefix
2
export DOCSRS_DATABASE_URL=postgresql://cratesfyi:password@localhost:15432
3
4
# for local development with sqlx
5
-export DATABASE_URL="$DOCSRS_DATABASE_URL"
+export DATABASE_URL=postgresql://cratesfyi:password@localhost:15432
6
7
export DOCSRS_LOG=docs_rs=debug,rustwide=info
8
# To build with a PR that hasn't landed in a rust dist toolchain yet,
0 commit comments