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 34c125c commit def6f0aCopy full SHA for def6f0a
.env.sample
@@ -1,5 +1,9 @@
1
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"
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,
9
# you can set this to the git sha of a try build:
0 commit comments