mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-04 12:00:21 +00:00
merge master into testing
This commit is contained in:
commit
5284975aa2
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@ -1,5 +1,3 @@
|
||||
github: bbilly1
|
||||
ko_fi: bbilly1
|
||||
patreon: octocat
|
||||
tidelift: npm/octo-package
|
||||
custom: https://paypal.me/bbilly1
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user