mirror of
https://github.com/nikdoof/vapemap.git
synced 2026-01-30 17:48:24 +00:00
Update ALLOWED_HOSTS for production execution.
This commit is contained in:
@@ -18,6 +18,11 @@ DATABASES = {
|
|||||||
|
|
||||||
ALLOWED_HOSTS = [
|
ALLOWED_HOSTS = [
|
||||||
'127.0.0.1',
|
'127.0.0.1',
|
||||||
|
'vapemap.herokuapp.com',
|
||||||
|
'vapemap.co.uk',
|
||||||
|
'vapemap.com',
|
||||||
|
'vapourhunter.co.uk',
|
||||||
|
'vapourhunter.com',
|
||||||
]
|
]
|
||||||
|
|
||||||
TIME_ZONE = 'UTC'
|
TIME_ZONE = 'UTC'
|
||||||
|
|||||||
Reference in New Issue
Block a user