mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-07 15:00:45 +00:00
Fixed SSH
This commit is contained in:
@@ -3,9 +3,9 @@ from .base import *
|
||||
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = ['www.series-notification.online', 'www.series-notification.online', '130.61.19.69']
|
||||
ALLOWED_HOSTS = ['series-notification.online', 'www.series-notification.online']
|
||||
|
||||
# CSRF_TRUSTED_ORIGINS=['http://127.0.0.1:80']
|
||||
CSRF_TRUSTED_ORIGINS=['https://series-notification.online']
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
|
Reference in New Issue
Block a user