2021-05-08 23:20:25 +00:00
|
|
|
export NEXT_PUBLIC_BACK_HOST='https://server.exozy.me'
|
|
|
|
export ORIGIN="*"
|
2021-07-16 01:59:58 +00:00
|
|
|
export PORT=6001
|
2021-05-08 23:20:25 +00:00
|
|
|
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
|