Fix minor formatting error in README

This commit is contained in:
Nat 2024-03-10 11:55:41 -07:00
parent 92900176a6
commit 7c3ddb6772
Signed by: nat
GPG Key ID: B53AB05285D710D6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ To run the server, you'll need:
* Node.js. If you've been blessed to have never needed to download Node on your device, you can end that streak now by visiting [the Node.js download page](https://nodejs.org/en/download) * Node.js. If you've been blessed to have never needed to download Node on your device, you can end that streak now by visiting [the Node.js download page](https://nodejs.org/en/download)
* PostgreSQL, which you'll need running. You can find information on how to install it on [the PostgreSQL download page](https://www.postgresql.org/download/) as well. * PostgreSQL, which you'll need running. You can find information on how to install it on [the PostgreSQL download page](https://www.postgresql.org/download/) as well.
## Aside: Setting up Postgres ### Aside: Setting up Postgres
By default this project assumes your PostgreSQL install has a user with the name "postgres" whose password is "postgres". Is that not the case? Either: By default this project assumes your PostgreSQL install has a user with the name "postgres" whose password is "postgres". Is that not the case? Either:
* Change the configuration to use the right credentials. Open `./config/dev.exs` and find and edit: * Change the configuration to use the right credentials. Open `./config/dev.exs` and find and edit: