Top "Configuration-files" questions

Files that configure the initial settings for some computer programs.

ConfigObj/ConfigParser vs. using YAML for Python settings file

Which is better for creating a settings file for Python programs, the built-in module (ConfigParser) or the independent project (ConfigObj), …

python settings configuration-files yaml configparser
Is it possible to use multiple ehcache.xml (in different projects, same war)?

I have a services project and a web project. I need to have eh-cache in both projects. The idea is …

java configuration-files war ehcache web-deployment
How to Write to a User.Config file through ConfigurationManager?

I'm trying to persist user settings to a configuration file using ConfigurationManager. I want to scope these settings to the …

c# .net configuration-files configurationmanager settings
Can I add conditions in app.config file?

Is it possible to add conditions in app.config file? I do below in the C# code and I want …

c# .net app-config configuration-files
error storing < and > characters in app.config file in C#

I want to store a sql query in app.config file which has < and > characters but file shows …

c# configuration app-config configuration-files configurationmanager
Where should I place my settings and profiles for use with IPython/Jupyter 4.0?

I've recently updated IPython (to 4.0) and have started using Notebooks after a period of some time not using them (since …

ipython ipython-notebook configuration-files jupyter
struts-config.xml file - purpose of input

I am new to struts. I am wondering what input variable here signifies. After some googling, the only conclusive piece …

input struts configuration-files
What is the best way to store configuration variables in PHP?

I need to store a bunch of configuration information in PHP. I have considered the following.... // Doesn't seem right. $mysqlPass = …

php configuration-files
What are the differences between set -g, set -ga and set-option -g in a .tmux.conf file?

I'm new to tmux and trying to understand it's configuration. I've started with looking at some pre-existing .tmux.conf files …

configuration-files tmux
How do I open a file with the default text editor?

I want to open a *.conf file. I want to open this file with the standard Windows editor (e.g., …

delphi configuration-files shellexecute