Top "Config" questions

Config files configure the initial settings for some computer programs

How to read values from multiple Configuration file in c# within a single project?

Here in my project I have two application configuration files called app.config and accessLevel.config. Now using the OpenExeConfiguration …

c# app-config configuration-files config configurationmanager
specific config by environment in Scala

What is a good way to set up a project in Scala which uses different configuration depending on environments. I …

scala configuration environment-variables config development-environment
Can an ~/.ssh/config file use variables?

I am writing an SSH config file and want to perform a bit of logic. For example: Host myhost1 ProxyCommand …

bash ssh config
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 …

git github config
Config Error Failed to decrypt attribute 'password'

Module IIS Web Core Notification Unknown Handler Not yet determined Error Code 0x8007000d Config Error Failed to decrypt attribute …

iis encryption config application-pool
Constants and properties in java

Java best practices recommends read properties as constants. So, what do you think is the best approach to reach it? …

java configuration constants config properties-file
dll in php "the specified module could not be found"

I am having trouble with PHP extensions. I am trying to run a script and nothing happens then I checked …

php config php-ini
How to create two different executables from one Visual Studio project

I have a main executable that runs based on settings saved in a configuration file. I want to be able …

c# winforms visual-studio-2013 config exe
Does Qt have a way of storing configuration settings in a file?

Is there a recomended way of saving my application's settings (like user selections, window size, postion etc.) in a file (…

qt file config
NLTK fails to find the Java executable

I am using NLTK's nltk.tag.stanford, which needs to call the java executable. I set JAVAHOME to C:\Program …

java python tags config nltk