|
|
|
@ -26,8 +26,8 @@ class Config(object): |
|
|
|
'http://0.0.0.0:4000', |
|
|
|
'http://localhost:4000', |
|
|
|
'https://devops-front.netlify.app', |
|
|
|
'http://0.0.0.0:' + os.environ.get('PORT', '8080'), |
|
|
|
'https://0.0.0.0:' + os.environ.get('PORT', '8080'), |
|
|
|
'http://0.0.0.0:8080', |
|
|
|
'https://0.0.0.0:8080', |
|
|
|
'https://damp-taiga-40793.herokuapp.com/api/articles', |
|
|
|
'https://damp-taiga-40793.herokuapp.com/', |
|
|
|
] |
|
|
|
|