Files that configure the initial settings for some computer programs.
0
votes
0answers
5 views
Parsing a simple libconfuse file with augeas
I'm using libconfuse for my program's configuration files, and that's working nicely. Now I'm interested to parse the configuration files using Augeas. I found a mailing list post which says that ...
0
votes
2answers
10 views
Configuration Promotion Between Environments
What is a good way to coordinate configuration changes through environments?
In an effort to decouple our code from the environment we've moved all environmental config to external files. So maybe ...
0
votes
1answer
26 views
node.js: using process.env to store whole app configuration
Well maybe a little bit strange and basic question but..
As usual in my application I have some configurations parameters specific for current environment like dbs, paths, keys, logins etc.
There is ...
6
votes
4answers
1k views
my_config.ini vs my_config.php
At work we use a .ini file to set variables prior to calling the rest of the framework (I think it goes
function getConfigVars(){
//read my_config.ini file
....
//call framework
}
and I ...
3
votes
1answer
473 views
Load Configuration from string
I want to create a Configuration object from an xml string or stream rather than a file. But as far as I can see, the ConfigurationManager requires a file path to instantiate a Configuration object. ...
0
votes
1answer
57 views
Does PHPUnit ignore the config/autoload/… files in Zend Framework 2?
In my ZF2 application I'm following the "standard" approach handling the configs. There are:
/config/application.config.php -- default appplication wide settings
/config/autoload/global.php -- ...
1
vote
1answer
76 views
Reading custom configuration section's key values in C#
I need to read key values from custom sections in app/web.config.
I went through
Reading a key from the Web.Config using ConfigurationManager
and
How can I retrieve list of custom configuration ...
0
votes
1answer
49 views
Unable to create config file with AppSettings section in local user directory
I'm able to read from a .config file and write changes back to it when the config file is located in the application directory. I now want to change this because of user permissions and move my ...
4
votes
3answers
65 views
Encrypt a custom section in app/web.config file
I need to encrypt/decrypt custom sections in app.config as well as web.config file. I read that aspnet_regiis can be used for web.config, but i need to do this programatically.
After opening the ...
6
votes
4answers
2k views
Export with alphabetical sort in Python ConfigParser
Is there any solution to force the RawConfigParser.write() method to export the config file with an alphabetical sort?
Even if the original/loaded config file is sorted, the module mixes the section ...
2
votes
2answers
51 views
In the Pyramid web framework, how do I source sensitive settings into development.ini / production.ini from an external file?
I'd like to keep development.ini and production.ini under version control, but for security reason would not want the sqlalchemy.url connection string to be stored, as this would contain the username ...
2
votes
2answers
132 views
Commenting out a property in a Property file
I am using java to manipulate a property file. I have a requirement like I have to comment out a property value before updating and add that property with new value. Like
path=c:\
after I update ...
2
votes
2answers
432 views
Pretty print for a groovy ConfigObject?
I have this groovy program that creates a groovy configuration file, using a ConfigObject. Once the ConfigObject is set up, it is written to a file using:
myFile.withWriter {writer -> ...
-1
votes
0answers
10 views
Linux ia64 nscd (Name Service Caching Daemon)
Does anyone know if the research for optimizing the performance of nscd according to the number of entries in passwd...?
I'm talking about :
- suggested size
- seconds time to live for positive ...
5
votes
1answer
4k views
Ruby loading config (yaml) file in same dir as source
in HOME/path_test/ I have:
load_test.rb:
require 'yaml'
cnf = YAML::load(File.open('config.yml'))
puts cnf['Hello']
config.yml:
Hello: world!!!
when in HOME/path_test/ I get as expected:
...
9
votes
2answers
15k views
Can Spring Parse and Inject Properties Files?
I already know how to:
Load properties files into my Spring configuration using:
<context:property-placeholder location="aaa/bbb/ccc/stuff.properties"/>
Build properties objects on the fly ...
1
vote
1answer
35 views
How to syntax check PostgreSQL config files?
I am often editing the pg_hda.conf file and I was just wondering if there is a way to make sure that what I just wrote is correct.
So far I'm using a test server to check my changes.
Like Apache has ...
0
votes
0answers
20 views
date variable not resolve in log4j2.xml when using log4j 2.0 in standalone java app under osx
I'm using log4j 2 in my standalone java app. However, I'm struggling with the date variable in the log4j2.xml configuration. It's not getting resolved.
Here is my log4j2.xml configuration file:
...
0
votes
1answer
19 views
ConfigurationSaveMode in C#
ConfigurationSaveMode defines 3 ways to save a file according to msdn http://msdn.microsoft.com/en-IN/library/system.configuration.configurationsavemode.aspx
1) Full save: The entire configuration ...
0
votes
1answer
42 views
Hierarchical configuration file in perl
I am writing a test automation software in perl and I came across a problem with the configuration files I defined.
The automation software receives an input CFG file written in perl hash that among ...
0
votes
2answers
802 views
Hadoop configurations seem not to be read
Every time when I try to start my mapreduce application (in standalone Hadoop), it tries to put stuff in the tmp directory, which it can't:
Exception in thread "main" java.io.IOException: Failed to ...
0
votes
0answers
9 views
How do i resolve this “bad class file” error(trying to operate Log4J)?
I was having trouble getting my beginner's sample Log4J program to work because of classpath issues, so I decided to try putting the sample code in the Log4j directory itself. But it seems that's a ...
2
votes
1answer
55 views
Managing configuration files across multiple servers
Running a Rails application on multiple servers (~20), I want to able to manage the configurartion files (mainly *.yml, but also SSL pem/certs files and other text based) from a single location such ...
1
vote
3answers
683 views
Keeping a settings file in a Web Application
Are there any recommendations on how to keep an application level settings/configuration file in a J2EE project? I have a web project that has dependences that must write to the logs, and a local ...
0
votes
2answers
25 views
Prevent Spring connection file to be changed by users
I am working on an application with Spring.Net and Windows forms. I would like to prevent users to change the Spring configuration file, something like setting the configuration file as readonly. I ...
-4
votes
3answers
87 views
How to read a configuration file in Java [closed]
I am doing a project to build thread pooled web server, in which
I have to set the port number on which server listens.
How many threads are there in thread pool
Absolute Path of the ...
1
vote
1answer
124 views
WCF Error - The maximum message size quota for incoming messages (65536) has been exceeded [duplicate]
My Setup:
ASP.NET client hosted in IIS Express
WCF Service hosted in Console Application
Running Visual Studio.NET 2012 in Admin mode
I am trying to return 2 List objects from a WCF service. My ...
0
votes
1answer
50 views
Custom SpecFlow TestGeneratorProvider registration causes NullReferenceException at test generation
I'm trying to add my CodedUI test generator plugin in SpecFlow 1.9. I'm trying to use the new plugin registration, since the old type of registration causes all kinds of issues in our solution, since ...
0
votes
1answer
17 views
iPhone Configuration profiles and Appstore
To satisfy some requirements in my app, I am planning to use iPhone configuration profiles (generated using iPCU). My questions - Can we deploy an app in AppStore that uses Configuration profiles?
...
1
vote
2answers
32 views
Insert a character after (n) characters and repeat(n) times - vim
002481F89094
Hi,
Frequently i receive tickets from our support to make a dhcp reservation on isc-dhcp. Some printers(cof,cof HP) print the mac address information on the test page this way: ...
0
votes
1answer
58 views
configuring database config for live site in codeigniter keep getting 500 internal server error
Im pretty done new to actually setting up sites as a live version, I've only done websites using local host. Im using codeigniter for this one, and i've traced my problem to the model where it loads ...
2
votes
2answers
38 views
Secure configuration file in clients
In a project we will create configuration file for each clients(Also can be sqlite in each clients instead of a configuration file). That files will include critical information like policies. ...
0
votes
2answers
78 views
Array like data structure in bash (config file)?
I've written a bash script, which process multiple files. I now want to add support for a config file. This is my wanted data structure:
Array (
[0] => Array (
[name] => datset1
...
1
vote
3answers
106 views
Reading connection string from external config file
I have created a console application and a App.config file and Connections.config file.
App.config file will connectionstring property source pointing to Connections.config.
When I tried to read the ...
0
votes
1answer
30 views
Config file in xcode
I m new to iphone development and I want to know what is config file in xcode(iphone and ipad) similar to the one like Androidmanifest.xml in andriod.
Where can I find good tutorials to change ...
0
votes
1answer
78 views
VS2010 devenv.exe.config issue
I am unable to open vs2010 .I have windows 7 OS and it is 32 bit machine. Event log says
Activation context generation failed for "C:\Program Files\Microsoft Visual Studio ...
0
votes
5answers
905 views
How can I specify an alternate config file for a WCF client?
I am working on a large system, for which I have to use WCF to access a web service. My test code works fine, now I need to integrate my WCF client code into the larger system. I cannot add to the ...
4
votes
4answers
2k views
Options for wiring dependencies with NInject
With NInject (preferably 2.0), what options do we have wrt wiring up our object dependencies in a web application?
Can they be defined in an XML configuration file?
Or does it have to be done via ...
1
vote
1answer
43 views
How to specify in YAML to always create log file in the project's folder using dictConfig?
In my Python program I have the following code:
def main():
# The file's path
path = os.path.dirname(os.path.realpath(__file__))
...
# Config file relative to this file
...
1
vote
3answers
79 views
make NLog.config file load the file from (d:\dev) instead of “\bin\debug\”
I used Nlog for logging purpose in a particular DLL. The DLL is then used in another application (it is loaded dynamically using System.Reflection.Assembly.LoadFrom(path + a.dll)). I manually placed ...
1
vote
1answer
45 views
Having WiX upgrade a config file with missing items
I am just starting to use WiX as my installation framework for my existing application. The application has an App.Config file that controls various customer-specific settings. The majority of these ...
0
votes
1answer
26 views
With a web.config transform, how do you inject a canonical url rule at the top?
Within an ASP.Net project, for the release build's Web.Config (using a Web.Release.Config transform file), how do you inject a canonical url rule in the rewrite section?
2
votes
1answer
102 views
Spring : Exception starting filter springSecurityFilterChain
I am trying to write an application using Spring 3.1.2-Release. App server is Tomcat 7.
When I start the server I get this error :
SEVERE: Exception starting filter springSecurityFilterChain
...
0
votes
0answers
23 views
How Parsley PropertiesFile can be reloded, avoiding the cached version is loaded?
In an old Flex 4.1 project I'm using Parsley 2.3.0 and it is configured by a PropertiesFile tag in my main mxml file, as follow:
<parsley:ContextBuilder>
<parsley:PropertiesFile ...
29
votes
6answers
43k views
How to programmatically modify WCF app.config endpoint address setting?
I'd like to programmatically modify my app.config file to set which service file endpoint should be used. What is the best way to do this at runtime? For reference:
<endpoint ...
4
votes
3answers
107 views
How to hide database password in config file
I am working on a C++ project that needs to access database for reading its input.
So far, we used a default username(postgres) and a 'fixed clear text' password stored , along with many other ...
1
vote
2answers
27 views
How do I avoid empty sections when removing a setting from .git/config ?
If I do git config foo.bar baz, this adds a foo section to .git/config:
...
[foo]
bar = baz
...
I can remove the setting again with git config --unset foo.bar, but the section remains in ...
1
vote
1answer
54 views
Best practices for configuration files version control with SVN
I have to version a project made up of four applications, each with its own configuration files.
This project has to be deployed to several customers, customizing it for each customer by modifying the ...
0
votes
2answers
22 views
What files in Eclipse contains code templates and keyboard bindings?
I have three common workplaces where I use the Eclipse IDE.
A nice trick when using multiple common workplaces is to copy certain configuration files to Dropbox, and link to them in the original ...
6
votes
9answers
3k views
How do you handle command line options and config files?
What packages do you use to handle command line options, settings and config files?
I'm looking for something that reads user-defined options from the command line and/or from config files.
The ...


