Top "Configuration-files" questions

Files that configure the initial settings for some computer programs.

Proper implementation of global configuration

My goal is to have global constants in a C++ game I'm working on (to represent some graphics info and …

c++ global-variables constants configuration-files
2 php.ini files

I have found that: When I type the following on terminal: php -i | grep php.ini I get the output: …

php configuration-files php-5.3
Pros and cons for different configuration formats?

I've seen people using *.cfg (Python Buildout), *.xml (Gnome), *.json (Chrome extension), *.yaml (Google App Engine), *.ini and even *.py …

python json xml google-app-engine configuration-files
At what point does a config file become a programming language?

I have been mulling over config files and their relationship to code for a while now and depending on the …

configuration programming-languages configuration-files config
How to create a custom yaml config file in Symfony

What I want to do is quite simple: store data in a custom config file that I want to read …

symfony1 configuration-files yaml symfony-1.4
PHP - Application config file stored as - ini,php,sql,cached,php class,JSON,php array?

I am trying to decide on the best way to store my applications configuration settings. There are so many options. …

php sql configuration configuration-files
Does spring boot support using both properties and yml files at the same time?

I have a spring boot application and I want to use both a yml file for my application properties and …

java yaml configuration-files spring-boot properties-file
How to programmatically modify assemblyBinding in app.config?

I am trying to change the bindingRedirect element at install time by using the XmlDocument class and modifying the value …

c# xml configuration configuration-files xmldocument
Add .mf & .xml files in META-INF directory inside a Maven built EAR

I have arbitrary .xml & .mf files that i have to add in the META-INF folder inside the ear itself. …

file maven-2 configuration-files ear meta-inf
Equivalents of XDG_CONFIG_HOME and XDG_DATA_HOME on Mac OS X?

I am planning to develop a cross-platform script. On Linux and other operating systems, it will store configuration in XDG_…

macos configuration-files