Skip to content

Commit 5494abc

Browse files
committed
update readme and version
1 parent 256d157 commit 5494abc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
- build the docker image using `docker build . -t linkin` command
8787
- 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.
8888

89+
### Database connection
90+
- if the postgres database is behind pgbounce use `pgbouncer=true` parameter in `DATABASE_URL` ex - `postgres://xx:xxx@xxxx:5432/xxxx?pgbouncer=true`
91+
8992
## Developing locally
9093

9194
#### Requirements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linkin",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"license": "MIT",
66
"description": "Linkin is a customizable self hosted link tree application",

0 commit comments

Comments
 (0)