added https

This commit is contained in:
2023-05-08 10:31:22 -05:00
parent c0f7832c9d
commit d0fb6bd659

2
.env
View File

@@ -42,7 +42,7 @@ LD_AUTH_PROXY_USERNAME_HEADER=
LD_AUTH_PROXY_LOGOUT_URL=
# List of trusted origins from which to accept POST requests
# See docs/Options.md for more details
LD_CSRF_TRUSTED_ORIGINS=akanealw.com
LD_CSRF_TRUSTED_ORIGINS=https://akanealw.com
# Database settings
# These are currently only required for configuring PostreSQL.