Fix wrong exemple (give a duplication when clic the link on link page)

pull/3/head
Chris 2 years ago committed by GitHub
parent a6533e2c08
commit 4276917db4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,4 @@
PROTOCOL_HEADER=x-forwarded-proto
HOST_HEADER=x-forwarded-host
DATABASE_URL=postgres://postgres:password@127.0.0.1:5432/link-shortener
PUBLIC_SHORTENER_URL=http://localhost:3000
PUBLIC_SHORTENER_URL=localhost:3000

Loading…
Cancel
Save