Browse Source

add comments on custom domain https env

Pouria Ezzati 1 năm trước cách đây
mục cha
commit
d69180a544
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .example.env

+ 1 - 0
.example.env

@@ -48,6 +48,7 @@ DISALLOW_ANONYMOUS_LINKS=true
 SERVER_IP_ADDRESS=
 
 # Optional - Use HTTPS for links with custom domain
+# It's on you to generate SSL certificates for those domains manually, at least on this version for now
 CUSTOM_DOMAIN_USE_HTTPS=false
 
 # Optional - Google Cloud API to prevent from users from submitting malware URLs.