-
Configuration file is most common part of app development. How to put them together with actix-web app? what's the best practice? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a more general application development question, Actix Web doesn't provide any configuration file functionality because it is out of scope. As such, we have no reccommendation of best practice. Though, we'd be happy to accept a submission to the examples repo for a more fully-fledged configuration example project. |
Beta Was this translation helpful? Give feedback.
This is a more general application development question, Actix Web doesn't provide any configuration file functionality because it is out of scope. As such, we have no reccommendation of best practice. Though, we'd be happy to accept a submission to the examples repo for a more fully-fledged configuration example project.