-
Each application using
/etc/appconfighas its own subfolder there. For example:/etc/appconfig/authserver/ -
Each appconfig folder contains at least the following reserved subfolders:
envandfiles.-
envis an envdir containing files whose contents are exported as environment variables for the application. -
filescontains configuration files and other artifacts (like SSL certificates) used by the application. These files are often referred to by the configuration inenv.
-