forked from diesel-rs/diesel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add password for postgres docker image;
fix travis.yml indentation
- Loading branch information
1 parent
5369a7a
commit 2921b56
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# The database to use when testing against Postgres. | ||
PG_DATABASE_URL=postgresql://postgres@localhost:5432/diesel_test | ||
PG_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/diesel_test | ||
# The database to use when running the Postgres examples during testing. | ||
PG_EXAMPLE_DATABASE_URL=postgresql://postgres@localhost:5432/diesel_example | ||
PG_EXAMPLE_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/diesel_example | ||
|
||
# The database to use when testing against MySQL. | ||
MYSQL_DATABASE_URL=mysql://[email protected]:3306/diesel_test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters