PdfPrep.com

Where should application configuration be stored?

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

Exit mobile version