Skip to content

Commit b1dacb6

Browse files
sypharGuillaumeGomez
authored andcommitted
fix .env.sample for new sqlx
1 parent 1d796ca commit b1dacb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export DOCSRS_PREFIX=ignored/cratesfyi-prefix
22
export DOCSRS_DATABASE_URL=postgresql://cratesfyi:password@localhost:15432
33

44
# for local development with sqlx
5-
export DATABASE_URL="$DOCSRS_DATABASE_URL"
5+
export DATABASE_URL=postgresql://cratesfyi:password@localhost:15432
66

77
export DOCSRS_LOG=docs_rs=debug,rustwide=info
88
# To build with a PR that hasn't landed in a rust dist toolchain yet,

0 commit comments

Comments
 (0)