Add ability to set custom port
This commit is contained in:
Daniel Mason 2021-03-27 19:33:27 +13:00
parent a22f282a6d
commit 08f0cb6c80
Signed by: idanoo
GPG key ID: 387387CDBC02F132
5 changed files with 26 additions and 5 deletions

View file

@ -6,4 +6,5 @@ MYSQL_DB=
JWT_SECRET=
JWT_EXPIRY=86400
REVERSE_PROXIES=127.0.0.1
REVERSE_PROXIES=127.0.0.1
PORT=42069