Config files configure the initial settings for some computer programs

learn more… | top users | synonyms

2
votes
1answer
48 views

What for is the direct_front_name tag in Magento

Some modules have a <request><direct_front_name>...</direct_front_name></request> in their module config, for example xmlconnect and api. What is this tag for? What I think ...
2
votes
1answer
2k views

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, but when I try setting up a second navigation bar in module like this: $config = ...
2
votes
6answers
188 views

Print multiple lines from text file

If i have a text file like this: FastEthernet3/1 ip address 0.0.0.0 enable portfast FastEthernet3/2 ip address 0.0.0.0 enable portfast FastEthernet3/3 ip address 0.0.0.0 FastEthernet3/4 ip address ...
2
votes
1answer
115 views

Define a list of object values in ConfigParser

What would be the best way to define a config file and parse it using ConfigParser defining a bunch of objects initial values (aka: constructor values) Example: [Person-Objects] Name: X Age: 12 ...
2
votes
1answer
417 views

Accessing Devise config variables from a view

In my Rails app, what would be the way to access a Devise config variable directly from a view? I want to show config.allow_unconfirmed_access_for from Devise's :confirmable module. This variable is ...
2
votes
1answer
738 views

how to write or read from XML config file (.config)

I have to write a config file in the post section of installation and read from the config file if older version of the product exists. config file is XML Configuration File (.config) config file ...
2
votes
6answers
540 views

Change connection string from C# code?

Is there any way to change a connection string programatically? I mean user can pick which site he wants to use using a combobox, and load users on that particular site? code for config as follows ...
2
votes
2answers
240 views

How to run initialize commands in Octave?

How do you set up Octave software to run initialization commands when it starts? For example, set the prompt (PS1) and cd to the project directory? Thanks.
2
votes
1answer
3k views

Nginx Serving static large file

Simple question http://mysite.com/bigFile.avi #this file is 800Mb when I use this link and download the bigFile.avi from my browser, My Nginx server jumps to 100%CPU load during the download ...
2
votes
1answer
2k views

Qmake in release and debug mode

I have a library and I would like it to copy itself to a directory depending upon what configuration i'm in (debug or release). Here is my project file. ...
2
votes
2answers
683 views

parsing XML configuration file using Etree in python

Please help me parse a configuration file of the below prototype using lxml etree. I tried with for event, element with tostring. Unfortunately I don't need the text, but the XML between ...
2
votes
3answers
746 views

What whill happen if *.exe.config will be deleted?

I add application settings to progect. This settings will save in NameOfMyApp.exe.config. What happens if somebody will delete this file? Is it necessary to create it again? Where I should store ...
2
votes
1answer
352 views

WPF user-editable config file

I'd like the users of my touch app to be able to modify certain UserControl properties by editing a text or XML file (e.g border colors and thicknesses, that sort of thing). What's the best way to ...
2
votes
2answers
299 views

WCF - possible to switch between single-thread and multi-thread purely through config?

I have developed a WCF service (which happens to listen on an MSMQ queue). I haven't put any specific threading-related code in, so it runs by default in a multi-threaded manner. This will be fine ...
2
votes
3answers
286 views

Using different .config files for separate threads (.NET/C#)

Is this possible to do? I'm using this call to instantiate new thread: this.RunningThread = new Thread(new ParameterizedThreadStart(this.Run)); Optionally, I'd like to pass a location of a ...
2
votes
1answer
778 views

Trouble writing programmatic config changes for WCF

I need to be able to update my config file programmatically and change my WCF settings. I've been trying to do this inside of some test code using some of the examples I found on the web but so have ...
2
votes
5answers
9k views

How do I read from a config file in Flex?

I'm working on a project for school right now and we're trying to get it set up so that it is easily deployable. The webapp portion of it is written entirely in Adobe flex. However, we need links to ...
2
votes
2answers
93 views

How do I reload/refresh app.config?

I want to read the app.config value, show it in a message box, change the value using an external text editor, and finally show the updated value. I tried using the following code: private void ...
2
votes
1answer
122 views

Set config item (csrf) doesnt work in Codeigniter

I want to turn ON csrf protection only in a few of my controllers, so I have function __construct() { parent::__construct(); $this->load->library('form_validation'); ...
2
votes
1answer
108 views

git add Signed-off-by line using format.signoff not working

My client git version is 1.7.0.4. I want to automatically add a "Signed-off-by" line for the committer at the end of the commit log message when commit a message. When I set git config --global ...
2
votes
1answer
227 views

Read config.xml file using javascript

I have a number of html files and a single config.xml file..Though they are seperate pages they all belong to a single project..Now my config.xml file has thig tag <widget xmlns = ...
2
votes
1answer
47 views

imported config products are not getting associated

I am using Magento 1.7. I am able to successfully import configurable products, but associated products are not getting linked to it. I have to manually link them through my admin. How can I link ...
2
votes
1answer
115 views

Configurate nested Router in Akka

I have some nested Router, which shall be created FromConfig(). What I want is something like this: test { akka.actor.deployment { /worker { router = round-robin nr-of-instances = 5 ...
2
votes
1answer
72 views

Switch Statement vs App.Config

I have a MVVM Xaml application and I am trying to squeeze every last millisecond out of the startup out of this that I can. One thing that I noticed is that there is a conversion from codes to ...
2
votes
1answer
75 views

Clearcase - Get latest version of a file undependent of branch

Is there a way to make a config spec, to get the latest version of all files? What i really want to do is to look at the date of each file, and take the file wich was most recently modified. (Even if ...
2
votes
1answer
160 views

Retriving information from C# custom config file

Hi I have a configuration file as <environments selectedEnvironment="10" selectedSite="UK"> <environment env="10"> <secure> <site name="UK" ...
2
votes
3answers
66 views

codeigniter htaccess not loaded?

htaccess I have made is not running as it should, why ? there is my htaccess <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f ...
2
votes
1answer
368 views

Git Production / Development Release Branch

Hello I'm thinking this should be a fairly simple question, but I'm not too familiar with managing git. I'm using the extremely popular http://nvie.com/posts/a-successful-git-branching-model/ to give ...
2
votes
2answers
440 views

T4 Template containing XML results in parse errors

I have created T4 Templates for the config files of my web and windows projects. I can successfully generate master web.config, and all configs for other environments, i.e. web.ci.config, ...
2
votes
1answer
413 views

What is the best practice for disabling a cache request from the Full Page Cache (FPC) in magento (enterprise)

I wish to remove the following setting: <cms>enterprise_pagecache/processor_default</cms> ... from the config.xml of the core / Enterprise / PageCache / config.xml file so that the ...
2
votes
4answers
977 views

WCF C# - Getting Specific Configuration Values From App.config

I have a WCF service XYZ that will be deployed on a number of hosts. Each such service may have a connection to another XYZ service deployed on one of the other hosts. It's a distributed system where ...
2
votes
2answers
2k views

ASP.NET, 401 - Unauthorized, Valid account

This is a bit complicated I'm running a .NET 4.0 site on a IIS 7.5, using Windows Authentication and running the site in custom application pool with Identity set to a Domain Admin account(need to ...
2
votes
3answers
889 views

Write config in Zend Framework with APPLICATION_PATH

For an application I'd like to create some kind of setup-steps. In one of the steps the database configuration is written to the application.ini file. This all works, but something very strange ...
2
votes
1answer
480 views

Zend_Config_Xml strange behaviour

I have a strange problem with Zend_Config_Xml. Here is an example. With this xml file https://gist.github.com/883465 this code: $config = new Zend_Config_Xml('config.xml'); ...
2
votes
1answer
603 views

SMTP config environment variable pickupdirectorylocation

I am trying to use an environment variable in SMTP config for the specified pickup directory location. E.g. <smtp deliveryMethod="SpecifiedPickupDirectory" from="test@test.com"> ...
2
votes
2answers
111 views

symfony: How to change a sfCoreAutoloader class path?

I want symfony to use my own sfConfigCache.class.php, but I don't know how to modify the default path in the autoloader array. Or is there another way to tell symfony to use my class?
2
votes
1answer
1k views

How do I change the views scriptPath in the Zend Framework config?

Since there is absolutely NO DOCUMENTATION on the general config of the Zend Framework - which pisses me off sincerely! - I have to ask this here =( I want to change the directory structure of my ...
2
votes
3answers
591 views

Is it possible to use sfConfig vars in the routing.yml?

As it seems it's not possible to insert PHP code as in settings.yml, but maybe there is a way to at least access sfConfig vars somehow? Further to Maerlyn's answer, I tried this: ...
2
votes
2answers
2k views

php.ini configuration changes in shared hosting account

Am trying to override the default php.ini configuration using .htaccess / ini_set, but the configurations are not getting reflected while executing the script. Here the PHP is installed as fastcgi and ...
2
votes
1answer
1k views

How to exclude certain plugins from war in grails 1.3.5

I'm seeking how to exclude plugins for specific environments. According to GRAILS documentation, starting with 1.3.5 it's now possible to disable a bunch of plugins. For example, I add the jetty ...
2
votes
2answers
1k views

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.exe" ;!@InstallEnd@! I then package 7z465.exe into ...
2
votes
1answer
127 views

Inject an empty string via Structuremap xml config

When I use the following in a structuremap xml config file, it is like I didn't specify the captureFileName parameter at all. How can I inject an empty string?
2
votes
2answers
2k views

PHP - define constants versus using config.ini

Performance wise, I was wondering which method of defining constants/settings is better? Using a config.ini file through a class like Zend_Config_Ini or just defining a series of php constants?
2
votes
3answers
268 views

php script Config settings

I have found a little script which looks interesting, you can download the svn from google code at http://code.google.com/p/streetwire/source/browse/ I am trying to set it up on my xampp localhost ...
2
votes
4answers
1k views

Config file in c#

I have a UserControl Library solution which has the following UserControl ---UserControl project ---UserControl Test Project IN my test project, I am able to add my usercontrol to the ...
2
votes
0answers
8 views

Shell Variable in config json

Is there anyway to parse shell variable(or any other variable in json file. suppose, my home directory is $HOME=/Users/ajay, I would like to do something like { "var1" : "value1", ...
2
votes
1answer
26 views

Get an error, probably WebResource.axd

I have some trouble, I think the problem is the Webresource.axd file. I am using ASP.NET Web Form with .NET 4.5 and Visual Studio 2012 Web Developer Express. I declare in my aspx file an treeview, ...
2
votes
1answer
195 views

nginx with websocket and https content on same url

My server provides on a root url, in https: files, rest resources websocket I would like my configuration to support websocket but it does not work. I use nginx 1.3.16 which supports websocket ...
2
votes
1answer
79 views

How to properly point domain.com/subfolder to a static website in Ruby with Rack?

I've deployed a static website to Heroku using this guide: https://devcenter.heroku.com/articles/static-sites-ruby I've created this folder structure: - site |- config.ru |- Gemfile |- public ...
2
votes
0answers
123 views

Externalized BuildConfig in Grails

We can load different configuration files for Config.groovy by specifying a class that is a config script. Externalized Configuration: grails.config.locations = [com.my.app.MyConfig] Is it possible ...

1 3 4 5 6 7 22