Top "Configuration-files" questions

Files that configure the initial settings for some computer programs.

How to read a configuration file in Java

I am doing a project to build thread pooled web server, in which I have to set the port number …

java configuration-files
Is it .yaml or .yml?

According to yaml.org, the official file extension is .yaml. Quote: Is there an official extension for YAML files? Please …

yaml configuration-files app.yaml
Finding out the name of the original repository you cloned from in Git

When you do your first clone using the syntax git clone username@server:gitRepo.git Is it possible using your …

git version-control configuration-files
How do I find out which settings.xml file maven is using

I recently changed my password and have to change my maven settings.xml file to reflect that. However, no matter …

maven configuration-files
Where is the user's Subversion config file stored on the major operating systems?

For Subversion 1.7, where is the SVN "config" file located on the various major operating systems (specifically on Windows, Mac OS …

svn config configuration-files
How to comment in Vim's config files: ".vimrc"?

How do I add a comment in Vim's configuration files, like .vimrc?

vim comments configuration-files
How to programmatically modify WCF app.config endpoint address setting?

I'd like to programmatically modify my app.config file to set which service file endpoint should be used. What is …

c# wcf app-config configuration-files
How to locate the vimrc file used by vim editor?

Is there a command in the vim editor to find the .vimrc file location?

vim command configuration-files
WCF Error - The maximum message size quota for incoming messages (65536) has been exceeded

My Setup: ASP.NET client hosted in IIS Express WCF Service hosted in Console Application Running Visual Studio.NET 2012 in …

c# wcf configuration-files
Using ConfigParser to read a file without section name

I am using ConfigParser to read the runtime configuration of a script. I would like to have the flexibility of …

python parsing configuration-files