Top "Config" questions

Config files configure the initial settings for some computer programs

How to set up 2 navigations in zf2?

I have a config for main navigation link and the second just with 1 link. The main navigation is working fine, …

navigation config zend-framework2
Telegraf test input and output plugins error multiple conf files

Telegraf version: Telegraf v1.0.1 I have the following files: /etc/telegraf/telegraf.conf main config file (which you create/get …

testing config telegraf telegraf-inputs-plugin telegraf-output-plugins
Why does 7zip Ignore my InstallPath when making a SFX installer?

Currently, I am making a SFX with 7zip using the following config: ;!@Install@!UTF-8! InstallPath="C:\\test" GUIMode="2" RunProgram="7z465.…

installation config 7zip sfx
How to ensure that the WCF ChannelFactory uses Binding settings in xml configuration (MaxArrayLength is ignored)

How to ensure that the WCF ChannelFactory uses Binding settings in xml configuration (MaxArrayLength is ignored) Hi, I am new …

wcf wcf-binding config wcf-client
Python config parser that supports section inheritance?

I'm looking for an ini style config parser in Python that supports section inheritance similar to what Zend_Config_Ini …

python config ini
How to direct the EventLogTraceListener to create in a specific Log

The following listener will create an event entry when the Trace.WriteLine is called. If the source does not exist …

c# .net config event-log listeners
TFS 2010 - VersionControl.config is not valid and cannot be loaded

Recently, we experienced a strange problem with TFS 2010. We spent a few days before we figured it out. Just want …

version-control config
Where should temp files created by the MS Chart control go?

The default location: <add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\TempImageFiles\;" /> is fine for development, but …

asp.net config mschart
How do I run multiple spark applications in parallel in standalone master

Using Spark(1.6.1) standalone master, I need to run multiple applications on same spark master. All application submitted after first one, …

apache-spark config high-availability apache-spark-standalone
Adding and reading a config.ini file inside python package

I am writing my first python package which I want to upload on PyPI. I structured my code based on …

python python-2.7 import config configparser