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