Browse Source

🔧 update settings.py

main
Neel-Leo Coffin 5 years ago
parent
commit
c1912d3edf
  1. 4
      conduit/settings.py

4
conduit/settings.py

@ -26,8 +26,8 @@ class Config(object):
'http://0.0.0.0:4000', 'http://0.0.0.0:4000',
'http://localhost:4000', 'http://localhost:4000',
'https://devops-front.netlify.app', '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/api/articles',
'https://damp-taiga-40793.herokuapp.com/', 'https://damp-taiga-40793.herokuapp.com/',
] ]

Loading…
Cancel
Save