Skip to content
Advertisement

Tag: flask-restplus

Configure Python Flask RESTplus app via TOML file

Based on the Configuration Handling Documents for Flask the section of Configuring from Files mentions a possibility to configure the App using files however it provides no example or mention of files that are not Python Files. Is it possible to configure apps via files like config.yml or config.toml? My Current flask app has configurations for two distinct databases and

Advertisement