Skip to content

Commit

Permalink
fix: create a super user in posgres
Browse files Browse the repository at this point in the history
  • Loading branch information
puni9869 committed May 26, 2024
1 parent e6e91b8 commit 88e264a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# pinmyblogs

[![Check](https://github.com/puni9869/pinmyblogs/actions/workflows/go.yml/badge.svg)](https://github.com/puni9869/pinmyblogs/actions/workflows/go.yml)

### Create a super user in posgtres:

> CREATE USER <username> WITH SUPERUSER PASSWORD '';
> CREATE USER puni9869 SUPERUSER
2 changes: 1 addition & 1 deletion config/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"postgres": {
"type": "postgres",
"host": "127.0.0.1",
"username": "punitinani",
"username": "puni9869",
"password": "",
"port": "5432",
"databaseName": "pinmyblogs",
Expand Down

0 comments on commit 88e264a

Please sign in to comment.