PORT => API_PORT

pull/586/head
Rick Carlino 2017-12-18 09:13:58 -06:00
parent 41168f272f
commit 9676b0addf
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ACME_SECRET: "-----"
API_HOST: "12.34.56.78"
# 3000 for local development. 443 is using SSL. You will need `sudo` to use PORT
# 80 on most systems.
PORT: "3000"
API_PORT: "3000"
# This can be set to anything.
# Most users can just delete it.
# This is used for people writing modifications to the software, mostly.