Update port
This commit is contained in:
parent
8e8dfc3cd6
commit
acb7a8d34a
1 changed files with 1 additions and 1 deletions
2
env
2
env
|
@ -1,6 +1,6 @@
|
||||||
export NEXT_PUBLIC_BACK_HOST='https://server.exozy.me'
|
export NEXT_PUBLIC_BACK_HOST='https://server.exozy.me'
|
||||||
export ORIGIN="*"
|
export ORIGIN="*"
|
||||||
export PORT=6000
|
export PORT=6001
|
||||||
export SSL_KEY=/etc/letsencrypt/live/exozy.me/privkey.pem
|
export SSL_KEY=/etc/letsencrypt/live/exozy.me/privkey.pem
|
||||||
export SSL_CERT=/etc/letsencrypt/live/exozy.me/cert.pem
|
export SSL_CERT=/etc/letsencrypt/live/exozy.me/cert.pem
|
||||||
export SSL_CA=/etc/letsencrypt/live/exozy.me/chain.pem
|
export SSL_CA=/etc/letsencrypt/live/exozy.me/chain.pem
|
||||||
|
|
Loading…
Reference in a new issue