fix: python is quirky

This commit is contained in:
Strix 2023-11-25 00:53:02 +01:00
parent 9e0f00e4d5
commit c291e5490e
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

View file

@ -9,7 +9,7 @@ x-takahe-common: &takahe-common
TAKAHE_MEDIA_ROOT: "/media"
TAKAHE_MEDIA_URL: "https://takahemedia.ixvd.net/"
TAKAHE_MAIN_DOMAIN: "takahe.ixvd.net"
TAKAHE_CSRF_HOSTS: "['https://takahe.ixvd.net']"
TAKAHE_CSRF_HOSTS: '["https://takahe.ixvd.net"]'
env_file:
- /etc/ixvd/secrets/env/takahe.env
volumes: