Add port number

This commit is contained in:
mogita 2019-06-24 11:22:16 +08:00
parent 4448ea8e4b
commit c865c57f92
No known key found for this signature in database
GPG Key ID: A0AA1B9C57A48ECF
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#
# Please use `openssl rand -hex 32` to create SECRET_KEY
DATABASE_URL=postgres://user:pass@localhost/outline
DATABASE_URL=postgres://user:pass@localhost:5432/outline
DATABASE_URL_TEST=postgres://user:pass@localhost/outline-test
SECRET_KEY=generate_a_new_key
PORT=3000