Update port

This commit is contained in:
Anthony Wang 2021-07-15 20:59:58 -05:00
parent 8e8dfc3cd6
commit acb7a8d34a
Signed by: a
GPG key ID: BC96B00AEC5F2D76

2
env
View file

@ -1,6 +1,6 @@
export NEXT_PUBLIC_BACK_HOST='https://server.exozy.me'
export ORIGIN="*"
export PORT=6000
export PORT=6001
export SSL_KEY=/etc/letsencrypt/live/exozy.me/privkey.pem
export SSL_CERT=/etc/letsencrypt/live/exozy.me/cert.pem
export SSL_CA=/etc/letsencrypt/live/exozy.me/chain.pem