diff --git a/.env.sample b/.env.sample index c8356a8..c9545ff 100644 --- a/.env.sample +++ b/.env.sample @@ -2,6 +2,8 @@ TYPE=revoltchat DOMAIN=revoltchat.example.com LETS_ENCRYPT_ENV=production +HOSTNAME=https://${DOMAIN} +REVOLT_PUBLIC_URL=https://${DOMAIN}/api # Secrets SECRET_FILE_ENCRYPT_TOKEN_VERSION=v1 diff --git a/.env.web b/.env.web deleted file mode 100644 index ec78450..0000000 --- a/.env.web +++ /dev/null @@ -1,2 +0,0 @@ -HOSTNAME=https://example.com -REVOLT_PUBLIC_URL=https://example.com/api