6 lines
259 B
Text
6 lines
259 B
Text
export NEXT_PUBLIC_BACK_HOST='https://server.exozy.me'
|
|
export ORIGIN="*"
|
|
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
|