Django ALLOWED_HOSTS settings
I developing a mobile application, using react-native like a front-end and python Django REST framework like a back-end. The question is what I should write in Django settings.py ALLOWED_HOSTS, besides my server's adress? I don't use any website like a front-end, because my application is on App Store and Google Play.
If I will write ['*'], it certainly will work, but it is not a safe method