[Flask] Question of outsourcing flask app

Adil Hasan paradox2005 at gmail.com
Tue Jun 4 10:30:57 EDT 2019


Hello,
I think that perhaps reading configs from remote resources could
potentially be a security issue. If you can make sure that the site
providing the configs also has to provide some token that may help to
mitigate the issue.
hth
adil

On Tue, Jun 04, 2019 at 03:51:11PM +0200, matar fall wrote:
> Got It.
> Thank for your reply.
> It is necessary for me to do this kind of configuration if it is possible.
> Suggestion of Carlos is a nice idea which I will check/explore.
> Thank You. Regards
> 
> Le mar. 4 juin 2019 à 15:11, Hippo <badrihippo at gmail.com> a écrit :
> 
> > Why do you want to externalise the configuration? In other words, what are
> > the settings that you plan to modify in the external file?
> >
> > Depending on what it is, you could code your application to automatically
> > load the settings whenever it needs to, during runtime, instead of having
> > to get it from the config file. (Of course, if it's something major then
> > Carlos' suggestion of having a separate launch script would work better.
> > Depends on what you're trying to do).
> >
> > —Badri
> >
> 
> 
> -- 
> 
> *Cordialement.*
> 
> 
> *Matar FALL*
> 
> *Etudiant en Machine Learning for Data Science à l'Université Paris
> Descartes*
> 
> *Tel: +33 07 51 53 95 18*

> _______________________________________________
> Flask mailing list
> Flask at python.org
> https://mail.python.org/mailman/listinfo/flask



More information about the Flask mailing list