Skip to content

Commit

Permalink
Merge pull request #28 from RizkyRajitha/dev
Browse files Browse the repository at this point in the history
update readme and version
  • Loading branch information
RizkyRajitha committed Jul 8, 2021
2 parents 0b13b3c + 5494abc commit f92d38c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
- build the docker image using `docker build . -t linkin` command
- Run the docker image `docker run -d -p 3000:3000 -e DATABASE_URL='postgres://linkin:123@localhost:5432/linkin' -e HASHSALT='123' linkin`. make sure you specified `DATABASE_URL` and `HASHSALT` environment varaibles.

### Database connection
- if the postgres database is behind pgbounce use `pgbouncer=true` parameter in `DATABASE_URL` ex - `postgres://xx:xxx@xxxx:5432/xxxx?pgbouncer=true`

## Developing locally

#### Requirements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkin",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"license": "MIT",
"description": "Linkin is a customizable self hosted link tree application",
Expand Down

1 comment on commit f92d38c

@vercel
Copy link

@vercel vercel bot commented on f92d38c Jul 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.