diff options
author | bnewbold <bnewbold@archive.org> | 2022-01-25 19:36:44 +0000 |
---|---|---|
committer | bnewbold <bnewbold@archive.org> | 2022-01-25 19:36:44 +0000 |
commit | db489fa78e80615e61b6857b8262bf5ab44fd10f (patch) | |
tree | f342980017142454bcaac111c9b8d098f0be73fa /rust/README.md | |
parent | d2175fa8ecd598b391c84d43b3ebe2ef8903a997 (diff) | |
parent | 709c975077615d9af9694784da50a8b4b30e4706 (diff) | |
download | fatcat-db489fa78e80615e61b6857b8262bf5ab44fd10f.tar.gz fatcat-db489fa78e80615e61b6857b8262bf5ab44fd10f.zip |
Merge branch 'bnewbold-read-only' into 'master'
read-only database mode
See merge request webgroup/fatcat!137
Diffstat (limited to 'rust/README.md')
-rw-r--r-- | rust/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |