docs: update readme
parent
23e186d46c
commit
d53ceba7ee
|
@ -0,0 +1,8 @@
|
|||
POSTGRES_PASSWORD="secret"
|
||||
DATABASE_URL="postgresql://postgres:secret@localhost/pastes?sslmode=disable"
|
||||
PASTES_SSH_PORT="2222"
|
||||
PASTES_WEB_PORT="3000"
|
||||
PASTES_DOMAIN="pastes.test:3000"
|
||||
PASTES_EMAIL="me@pastey.com"
|
||||
PASTES_SUBDOMAINS=1
|
||||
PASTES_PROTOCOL="http"
|
Loading…
Reference in New Issue