Posted by: Pdfprep
Post Date: November 23, 2020
Application sometimes store configuration as constants in the code, which is a violation of strict separation of configuration from code.
Where should application configuration be stored?
A . environment variables
B . YAML files
C . Python libraries
D . Dockerfiles
E . INI files
Answer: B