I was trying to run this frontend in combination with the Rust (Tide + Diesel) backend we wrote (https://github.com/colinbankier/realworld-tide) and I realised that it's currently impossible to configurable the URI of the backend, given that it's hard-coded as
Would it be possible to make it configurable, either via a configuration file or an environment variable?
It would be amazing to be able to give instructions to run a full Rust web-app, FE+BE, without having to ask the user to touch the source code :grin:
Hey!
I was trying to run this frontend in combination with the Rust (Tide + Diesel) backend we wrote (https://github.com/colinbankier/realworld-tide) and I realised that it's currently impossible to configurable the URI of the backend, given that it's hard-coded as
Would it be possible to make it configurable, either via a configuration file or an environment variable? It would be amazing to be able to give instructions to run a full Rust web-app, FE+BE, without having to ask the user to touch the source code :grin: