Hello everyone,
I have a question about the priority of configuration methods. If I use both env file and offical Settings Package, which config will be used in codeigniter library.
For example, if I set different smtphost in env file and service('settings'), which one will be used as default value in email library?