Skip to content

Commit

Permalink
fix settings/.env suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardchalstrey1 committed Jul 16, 2024
1 parent fb732a9 commit f9e1254
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/getting-started/setup/local/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,11 @@ The file should look like this:

.. code-block::
NAME=<seshat_db_name>
USER=postgres
HOST=localhost
PORT=5432
PASSWORD=<db_password>
DB_NAME=<seshat_db_name>
DB_USER=postgres
DB_HOST=localhost
DB_PORT=5432
DB_PASSWORD=<db_password>
Step 10: Migrate the database
Expand Down

0 comments on commit f9e1254

Please sign in to comment.