- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2
Config within WebEngine applications
        Greg Bowler edited this page Aug 1, 2022 
        ·
        1 revision
      
    // TODO: ServiceLoader - go function has access to config.
// TODO: Only pass the config you need. Link to Working with Config Sections - constructing something like a payment gateway requires config values, but shouldn't have any other config provided to it.
// TODO: Where possible, don't use the Config object at all. Instead, construct as much in the ServiceLoader - encapsulate the data wherever possible.