Skip to content

Commit

Permalink
chore: Updated fallacious text on README
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Feb 14, 2024
1 parent 065fa5f commit 8c56762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Example for postgresql,
```
sudo -u postgres psql
postgres=# CREATE USER inventory WITH ENCRYPTED PASSWORD '****';
postgres=# CREATE USER inventory WITH PASSWORD '****';
postgres=# CREATE DATABASE inventory WITH OWNER inventory;
postgres=# \q
```
Expand All @@ -49,7 +49,7 @@ sudo nano /opt/inventory-server/.env
The content should look like the following :

```
DB_DRIVER=postgresql/mysql/sqlite # Database type
DB_DRIVER=postgres/mysql/sqlite # Database type
DB_HOST=10.1.1.1 # Database ip address
DB_PORT=5432/3306 # Database port
DB_NAME=inventory # Database name
Expand Down

0 comments on commit 8c56762

Please sign in to comment.