mirror of https://github.com/TZGyn/shortener
commit
c74ad45ad3
@ -1,4 +1,4 @@
|
|||||||
PROTOCOL_HEADER=x-forwarded-proto
|
PROTOCOL_HEADER=x-forwarded-proto
|
||||||
HOST_HEADER=x-forwarded-host
|
HOST_HEADER=x-forwarded-host
|
||||||
DATABASE_URL=postgres://postgres:password@127.0.0.1:5432/link-shortener
|
DATABASE_URL=postgres://postgres:password@127.0.0.1:5432/link-shortener
|
||||||
PUBLIC_SHORTENER_URL=http://localhost:3000
|
PUBLIC_SHORTENER_URL=localhost:3000
|
||||||
|
|||||||
Loading…
Reference in New Issue