From 817b0e76d4b9f5b22e08e90e946af1c14b6cc3e6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 21 Jan 2022 16:07:03 -0800 Subject: rust: swith postgresql database to 'fatcat_dev' (distinct from 'fatcat_test') --- rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/README.md') diff --git a/rust/README.md b/rust/README.md index 36061240..e9752fa7 100644 --- a/rust/README.md +++ b/rust/README.md @@ -41,7 +41,7 @@ commands from that user. To create the database account: Copy `./example.env` to `./.env` and update the `DATABASE_URL` and `TEST_DATABASE_URL` lines with the password you set above. -As your regular user, use `diesel` to create and initialize the `fatcat` +As your regular user, use `diesel` to create and initialize the `fatcat_dev` database (`diesel` and the fatcat tools will automatically use postgresql credentials from the `.env` file) as well as the `fatcat_test` database for automated tests: -- cgit v1.2.3