Config files configure the initial settings for some computer programs
97
votes
6answers
44k views
Where does git config --global get written to?
Using the git config --global command to set things up, where is the file?
eg :
git config --global core.editor "blah"
Its not at these places :-
C:\Program Files\Git\etc\gitconfig
...
53
votes
17answers
3k views
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 day and direction of the wind my opinions seem to change. More and more though I keep coming ...
42
votes
4answers
11k views
Log4Net: Rolling File appender, define extension
I want my logfile to look something like this:
2009-02-13.log
but the problem is that I can't seem to find any way to add the .log extension.
I've tried a lot of things but nothing helps.
This is ...
26
votes
2answers
12k views
Rails Console: reload! not reflecting changes in model files? What could be possible reason?
Earlier it was working fine. I have been playing little bit config. So may be i have changed some config unknowingly.
here is config of environment/development.rb
config.cache_classes = false
...
26
votes
12answers
3k views
Should server/database config files, including passwords, be stored in source control?
I'm looking to hear some best practices...
Assuming a web application that interacts with a few different production servers (databases, etc.)... should the configuration files that include database ...
22
votes
3answers
13k views
What is the *.vshost.exe.config file?
When I compile an application with VS2008 I sometimes end up with 2 identical config files:
*.exe.config
*.vshost.exe.config
What is the latter one for?
22
votes
1answer
4k views
settings file vs app.config [duplicate]
Possible Duplicate:
What is the difference between app.config file and XYZ.settings file?
I'm not really understanding the interaction/differences between settings and config files. If I ...
14
votes
3answers
4k views
Grails BuildConfig.groovy, difference between build, compile, and runtime?
I'm trying to understand the BuildConfig.groovy file in Grails 1.3.7.
grails.project.dependency.resolution = {
plugins {
build "acme:acme-cache:latest.integration"
}
...
13
votes
2answers
900 views
Explain to me how config works in Rails
I have a Rails 3 application, call it "MyApp". In my config\environments\production.rb file I see such things as
MyApp::Application.configure do
config.log_level = :info
config.logger = ...
13
votes
6answers
6k views
trigger config transformation in TFS 2010 or msbuild
I'm attempting to make use of configuration transformations in a continuous integration environment.
I need a way to tell the TFS build agent to perform the transformations. I was kind of hoping it ...
13
votes
1answer
3k views
Is there a way to tell Eclipse to “Save all” before building?
Does anyone know if there's a way to get Eclipse to do a "Save all" before building java code? (I don't use the "Build automatically" option, I'm talking when you use "Ctrl+B" to do a build all)
...
13
votes
4answers
13k views
How to get the values of a ConfigurationSection of type NameValueSectionHandler
I'm working with C#, Framework 3.5 (VS 2008).
I'm using the ConfigurationManager to load a config (not the default app.config file) into a Configuration object.
Using the Configuration class, I was ...
13
votes
6answers
1k views
Is there any Java Library to operate on unix config files like http.conf
There are very good Perl libraries (e.g. Apache::Admin::Config) to operate on traditional unix config files like httpd.conf. Anyone know if there is good Java libraries to do the similar task?
I know ...
12
votes
3answers
2k views
Where to place/access config file in gem?
I am writing my first gem and I'd like specific options to be retrieved and set by the user through a config.yml file.
Where should this file be placed within my gem file structure and how does ...
11
votes
3answers
4k views
Ruby Rack - mounting a simple web server that reads index.html as default
I'm trying to get some information from this tutorial: http://m.onkey.org/2008/11/18/ruby-on-rack-2-rack-builder
basically I want to have a file config.ru that tell rack to read the current directory ...
11
votes
2answers
1k views
What does it mean BUNDLE_DISABLE_SHARED_GEMS: '1'?
I found this BUNDLE_DISABLE_SHARED_GEMS: '1', in my .bundle/config. Does anyone know what this means?
10
votes
5answers
10k views
single app.config multi-project c#
I want to use a single app.config by 3 different projects.
How to access the configurations?
ConfigurationManager.AppSettings["config1"]
10
votes
4answers
5k views
Custom config section: Could not load file or assembly
I'm having a very hard time trying to access a custom configuration section in my config file.
The config file is being read from a .dll that is loaded as a plug-in. I created the Configuration and ...
9
votes
3answers
14k views
How to Load Config File Programmatically
Suppose I have a Custom Config File which corresponds to a Custom-defined ConfigurationSection and Config elements. These config classes are stored in a library.
Config File looks like this
...
9
votes
3answers
592 views
Config file handling in Perl
There are plenty of Modules in the Config:: Namespace on CPAN, but they are all limited in ond way or another.
I'm currently using Config::Std, which is fine most of the time, however it makes ...
9
votes
7answers
3k views
Fastest way to store easily editable config data in PHP?
What is the fastest way to store config data in PHP so that it is easily changeable (via PHP)? First I thought about having config.php file, but I can't edit it on fly with PHP, at least not very ...
9
votes
2answers
884 views
Python logging: Why is __init__ called twice?
I am trying to use python logging with a config file and an own handler. This works to some degree. What really puzzle me is __init__ being called twice and __del__ being called once. When I remove ...
8
votes
6answers
10k views
How can I access INI files from Perl?
What is the best way to parse INI file in Perl and convert it to hash?
8
votes
4answers
8k views
Load variables from external file in PHP
How can I import a variable from an external file? What I want to do is to have a configuration file in which I can write all my website settings and then to import these settings to every file, so I ...
8
votes
2answers
8k views
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 X and Linux)?
8
votes
5answers
2k views
Code folding is not saved in my vimrc
I added the following code to my .vimrc:
" save and restore folds when a file is closed and re-opened
autocmd BufWinLeave *.* mkview
autocmd BufWinEnter *.* silent loadview
HTML and CSS documents ...
7
votes
2answers
5k views
mexHttpBinding - Add a ServiceMetadataBehavior to the configuration file or to the ServiceHost directly to enable support for this contract
I know this has been asked many times, and answered many times, but, all the provided samples that should be working don't seem to want to work for me today.
When I try to start the host, I keep ...
7
votes
3answers
823 views
Git best practice for config files etc
I'm still new to all things git and was wondering what is best practice in regards to config files. My local development server needs different config values to my live one so how can I stop it ...
7
votes
2answers
1k views
How to config slf4j+logback in a multi-module Maven project?
My Maven project has about seven sub-modules. Six of them packages as JARs and one as WAR.
Should I create individual logback.xml config in each module? Or should I have a "common" module that all ...
7
votes
2answers
5k views
How to use git difftool to diff merge conflicts?
After a merge failed with some conflicts I can list those with git diff,
but git difftool won't display them with the difftool set in the config(in my case Kaleidoscope), instead it will just use ...
7
votes
8answers
525 views
PHP: Is there a correct method for saving configuration data?
I have a config.inc file in a web application that I am building. It contains an array with configuration values for things like the MySQL database, etc. I would like these to be entered by using a ...
6
votes
9answers
3k views
SVN: How do I maintain my local config.blah file?
On the SVN server, there is a file called config.conf. I have a local version called the same thing (in the same place). How can I make sure that my local config does not get overwritten, nor checked ...
6
votes
3answers
3k views
Where to configure Hudson node disk/temp space thresholds?
I am currently running a Hudson instance on a VM slice. As I don't have a need to run more than a couple small applications from it, I'm minimizing how much space I devote to it. The sizes I've ...
6
votes
2answers
4k views
Configuration of Grails plugin
I'm developing my first Grails plugin. It has to access a webservice. The Plugin will obviously need the webservice url. What is the best way to configure this without hardcoding it into the Groovy ...
6
votes
2answers
2k views
How to Get SharePoint PowerShell to use .NET 2
I'm having a couple of problems with PowerShell. First, the PS configuration installed by SharePoint 2010 keeps popping this message:
The local farm is not accessible. Cmdlets with ...
6
votes
8answers
713 views
What little things do I need to do before deploying a rails application
EDIT
What small things which are too easy to overlook do I need to do before deploying a rails application?
I have set up another question for any task that takes more than a minute or two, and so ...
6
votes
3answers
3k views
How to create a WCF client without settings in config file?
I just start work on WCF a month ago. Please forgive me if I ask something already answered. I try to search first but found nothing.
I read this article, WCF File Transfer: Streaming & Chunking ...
6
votes
3answers
429 views
Options for Securing Connection Strings
Just a general architecture question.
I know that for web sites, one can use the features built in to IIS to encrypt the connection string section. However, what I am not certain of is this... If I ...
6
votes
1answer
6k views
Loading custom config file into a Codeigniter library
I know this is probably simple, but I'm not getting. I've created a library, and I want to load the parameters from a config file. So here's an example of what I have:
// libraries/Mylib.php
class ...
6
votes
2answers
767 views
Configuration manager for PHP
I am working on code re-factoring of configuration file loading part in PHP. Earlier I was using multiple 'ini' files but now I plan to go for single XML file which will be containing all ...
6
votes
4answers
646 views
What's the best way (coding-wise) to store system configuration in a PHP application?
Note: Configuration are being kept in a PHP file, config.php.
I've seen this done differently, here's a short list of examples (I'm storing DB info in these examples):
Constants: global, readonly
...
6
votes
1answer
964 views
TFS 2010 build config transform problem
I'm facing quite a problem while setting up automated TFS Builds. Basically I created new configuration called Tests, added transform config, defined different connection strings for the Database. ...
6
votes
2answers
2k views
How do you create log files in log4j per program execution?
I am currently using the DailyRollingFileAppender Class in log4j to do daily log file appending but I want to have the log files separated in the following format:
...
6
votes
1answer
227 views
Avoid version specific information in configSection in app.config
I have made a small GUI for administration of some settings in an app.config file. The GUI is released as part of my product, making it possible to change values in the app.config file, without ...
5
votes
5answers
510 views
How to use git to maintain a slightly different copy of production source code?
I have a Ruby on Rails application, which sends out emails.
In production, I want to use some X SMTP server, but in development I want to use some other SMTP server (thus my configuration file for ...
5
votes
3answers
6k views
Read a config file in BASH without using “source”
I'm attempting to read a config file that is formatted as follows:
USER = username
TARGET = arrows
I realize that if I got rid of the spaces, I could simply source the config file, but for security ...
5
votes
2answers
1k views
ZF2: how to implement different configs for production, staging etc?
In the sceleton application that I've downloaded from github there is a file
module/Application/config/module.config.php
return array(
'layout' => 'layout/layout.phtml',
...
5
votes
5answers
16k views
C# Configuration Files
Okay, so a while ahead I posted how to read other config files of other programs (here is the link Previous Post. I managed to do it. But now there is another problem. The scenario is like this, I ...
5
votes
3answers
2k views
Excluding items selectively from Sitecore's Lucene search index - works when rebuilding with IndexViewer, but not when using Sitecore's built-in tools
On a site powered by Sitecore 6.2, I need to give the user the ability to selectively exclude items from search results.
To accomplish this, I have added a checkbox field entitled "Include in Search ...
5
votes
1answer
1k views
How to turn off Git warnings “LF will be replaced by CRLF”?
I am working on Windows, but may also work on Unix, so I don't need to store Windows line endings. I just want to suppress the warning.
I found these Stack Overflow questions that are relevant:
How ...
