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