diff --git a/.env b/.env index 8df0c99..1e7e5aa 100644 --- a/.env +++ b/.env @@ -1,10 +1,12 @@ DB=/db/c2.db -HOSTNAME=c2.example.com HTTPS=True KEYFILE=/cert/cert.key CERTFILE=/cert/cert.crt +# change what's needed after this line +HOSTNAME=c2.example.com LISTENIP=0.0.0.0 LISTENPORT=8080 +SSHPORT=2022 +# If set, Cloud C2 will work behind a reverse proxy like nginx proxy-companion REVERSEPROXY= REVERSEPROXYPORT= -SSHPORT=2022