merge master into testing

This commit is contained in:
simon 2022-07-30 21:38:00 +07:00
commit 5284975aa2
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 2 additions and 3 deletions

2
.github/FUNDING.yml vendored
View File

@ -1,5 +1,3 @@
github: bbilly1
ko_fi: bbilly1
patreon: octocat
tidelift: npm/octo-package
custom: https://paypal.me/bbilly1

View File

@ -33,6 +33,7 @@ SECRET_KEY = PW_HASH.hexdigest()
DEBUG = bool(environ.get("DJANGO_DEBUG"))
ALLOWED_HOSTS = [i.strip() for i in environ.get("TA_HOST").split()]
CSRF_TRUSTED_ORIGINS = [i.strip() for i in environ.get("TA_HOST").split()]
# Application definition
@ -192,4 +193,4 @@ CORS_ALLOW_HEADERS = list(default_headers) + [
# TA application settings
TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist"
TA_VERSION = "v0.2.0"
TA_VERSION = "v0.2.1-unstable"