Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavNikolov committed Aug 11, 2023
1 parent ff0cdb7 commit 134a490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ psql postgres
> \c chess
> GRANT ALL ON SCHEMA public TO chess;
cat > .env
POSTGRES_DATABASE=chess
POSTGRES_USERNAME=chess
POSTGRES_PASSWORD=RANDOM_PASSWORD
PGDATABASE=chess
PGUSERNAME=chess
PGPASSWORD=RANDOM_PASSWORD
```

## The server itself
Expand Down

0 comments on commit 134a490

Please sign in to comment.