You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the legacy code hard codes the uri's but that not how we want to do it. For 2021 if it works this week with the uris hard coded that is good enough. Taking the uris out of the code is the priority once it works at all.
Note that a configuration file doesn't get
import
ed.import
is for source code; i.e. design-time materials.A configuration file would get read in at runtime.
(Another alternative would be an environment variable, as advocated by https://12factor.net/config )
Originally posted by @dckc in #185 (comment)
The text was updated successfully, but these errors were encountered: