Top "Config" questions

Config files configure the initial settings for some computer programs

settings file vs app.config

Possible Duplicate: What is the difference between app.config file and XYZ.settings file? I'm not really understanding the interaction/…

.net settings config
Compiling FreeType for iPhone?

I'm using FreeType on Windows, Linux and OSX without a single problem, and now I was to port my tech …

iphone ios config freetype
Weblogic 10.3.6 Domain Wizard Could not create the JVM

I try to run WLS Domain Wizard to create a new domain for WebLogic installed in virtual environment Citrix 12.3.400.3. It …

java jvm weblogic config citrix
Why can't I listen on 'localhost' but can I listen on '127.0.0.1'?

I'm having difficulties understanding why the following line of code works in node.js: server.listen(12345, "127.0.0.1"); // works but this one …

node.js localhost config webmin virtualmin
How do I override Git configuration options by command line parameters?

I want to override certain Git configuration options (in my case http.proxy) when calling a Git command directly by …

git config
What does it mean BUNDLE_DISABLE_SHARED_GEMS: '1'?

I found BUNDLE_DISABLE_SHARED_GEMS: '1', in .bundle/config. What does it mean?

ruby-on-rails ruby gem bundler config
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 …

vim config fold
How do you test your Config/Initializer Scripts with Rspec in Rails?

So I was searching online for a solution, but there seems to be scarce information about testing initializers created in …

ruby-on-rails rspec config rspec-rails initializer
Clearcase config spec time rules

I try to understand how reliable are the time rules of ClearCase 8.0.1.4 when used in config spec. So, when I …

timestamp config clearcase rule config-spec
How to use system properties to substitute placeholders in Typesafe Config file?

I need to refer to java.io.tmpdir in my application.conf file I printed content of my config with …

scala config typesafe