Tagged Questions
0
votes
1answer
18 views
Dynamic base URL CodeIgniter
When I creating a PHP project with CodeIgniter, There is troublesome that I must change. That's $config['base_url'].
How can I set it dynamically?
1
vote
3answers
36 views
Turning application's features on/off
I have several features in my .net application that I would like to be able to turn on/off. As I understand there several options available:
Config file
Registry
Custom xml file
I would like to ...
0
votes
1answer
19 views
No php.ini after installing php5.1 on debian 7.0
Lately i've been struggling with installing zend optimizer on my machine (since i needed that for irrelevant purposes), but i found out that it works best on php 5.1. So i get one from HERE and zend ...
1
vote
0answers
18 views
Automating kernel configuration
I have to build custom kernels often enough, that it would make sense for me to have a tool which would take some a short list of approx. 50-100 configuration options and apply them over the default ...
0
votes
1answer
256 views
Hibernate configuration file
It seems that I have a problem with my configuration file but I really don't find out what it could be.
I used to use hibernate 3.6, I now use hibernate 4.2, there are proly some important changes ...
4
votes
3answers
200 views
How to use Typesafe's Config in Scala with encrypted passwords
I would like to use Typesafe's Config in my project but I don't want any passwords in clear text in any file on the file system of any integration or production server. Also, I do not want to use ...
0
votes
0answers
34 views
Managing Multiple configs VS single configs in a dot net solution
I have certain doubts with respect to managing Configuration in config files in a typical dotnet application. Here is the case that I present:
The solution is a WPF based application and is ...
0
votes
0answers
27 views
Would this be a good way to work with a configuration file in php? [closed]
I'm working on a small Wordpress Theme Framework to speed up my workflow in the future in which I would like to have a configuration file to handle some basic things like which styles and scripts to ...
0
votes
0answers
56 views
How to configurate NGINX for rockmongo?
OS: Ubuntu 12.10.
My site is here: /var/www/.
Rockmongo is here: /var/www/rockmongo/.
How I should configurate NGINX for access to rockmongo:
by GET: http://mysite.com/rockmongo/;
by subdomain: ...
1
vote
1answer
68 views
Getting config variables outside of the application context
I've extracted several of my sqlalchemy models to a separate and installable package (../lib/site-packages), to use across several applications. So I only need to:
from models_package import MyModel
...
0
votes
1answer
47 views
Is there a .mocha file where I can specify defaults such as --no-colors?
I'd like to set some defaults for mocha without having to type them each time. Does mocha look for a config file / dotfile anywhere, as jshint looks for .jshintrc and npm looks for package.json?
1
vote
1answer
52 views
Accessing hadoop config setting without having to pass Configuration object through many layers
In the hadoop project I am working on, I need to access a setting in the hadoop Configuration object. However, I only need this setting many, many layers into the reducer, and I really would rather ...
0
votes
2answers
260 views
How to use the global.php/local.php configs in the getConfig() of a module in a Zend Framework 2 application?
In a ZF2 application I have some cofigs, that: 1. need to be different dependent on the environment; 2. are specific for a concret module. I'm curently using it like here described:
global.php & ...
1
vote
2answers
117 views
Where should be stored the environment dependent configs in a Zend Framework 2 application?
A ZF2 application contains/nneds a lot of different config files: /config/application.config.php, /config/autoload/global.php, /config/autoload/local.php, /module/***/config/module.config.php.
Now ...
0
votes
0answers
58 views
PHPMyAdmin Configuration Errors
I've the following errors when I open localhost/phpmyadmin.
The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click ...
-2
votes
1answer
48 views
Configuring python project [closed]
I have a python project (some setup files are 'bash' scripts though). I need to add an ability to configure the project when deploying. What could be the smart way to do this? (Edit: bash scripts are ...
0
votes
0answers
27 views
TCPClient ConfigurationErrorsException
I have an app.config file in my project and I am reading it in a function(VB.NET), in the same function when I am trying to initialize a TCPClient variable it throws the following exception:
...
1
vote
1answer
163 views
requirejs configuration troubles
Due to a FUBAR directory organization in a project, I have spent some time re-organizing JS scripts on said project. The project uses requirejs and was functioning wonderfully before the re-org. ...
2
votes
0answers
132 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 ...
0
votes
2answers
450 views
config.groovy meare with .property file in grails
In my config.groovy i have set ..
emailTo="admin@xzyz.com"
emailForm="notification@oabc.com"
but i want some flexibility in this. Can I change this while my project is running form property file ? ...
1
vote
2answers
151 views
reading boolean condition from config file in Python
What's the best way to read a condition from a config file in Python using ConfigParser and json? I want to read something like:
[mysettings]
x >= 10
y < 5
and then apply it to code where x ...
1
vote
0answers
104 views
Sphinx searchd daemon configuration fatal error
I have a problem with sphinx searchd configuration. The indexes and indexer are working because I can run queries to the indexes using the search tool. But when I'm using searchd --config, I get the ...
0
votes
2answers
375 views
Load a WPF app.config / MyApp.exe.config from a location different from the app binary directory
I would like to load the MyApp.exe.config from a sub folder of the app bin folder rather than the app bin folder itself (eg ./Configs/MyApp.exe.config).
I dont want to have to work with a ...
0
votes
0answers
169 views
JDeveloper Out of memory error
I am using JDeveloper for my application. It was working fine until yesterday. I updated my CVS and when i try to build i get the below error:
The system is out of resources.
[javac] Consult the ...
0
votes
1answer
71 views
Is it possible to access the host as a variable in an ssh alias in order to extend the hostname?
I'm trying to create an SSH alias in my .ssh/config file that will match any host which ends .vpn and expand the hostname to [name].vpn.domainname.com
I'm able to match any .vpn domain by specifiing ...
6
votes
1answer
243 views
Avoid version specific information in configSection in app.config
I have made a small GUI for administration of some settings in an app.config file. The GUI is released as part of my product, making it possible to change values in the app.config file, without ...
1
vote
4answers
2k views
Send email on new bug in Mantis
For a particular project, I am trying to configure mantis to send an email to all Supervisors (65) whenever a new bug is submitted.
To do this I have added an entry to the Configuration Report page ...
0
votes
1answer
798 views
read custom config file in asp.net
How do I read connection strings from custom config file (say abc.config) using WebConfigurationManager from asp.net's C# code?
Configuration conf = ...
0
votes
5answers
236 views
How do I write to a non-standard config file?
I have a file called middle.config that is deployed in the same directory as an exe, but I need to update values in this file. That means that I have to go to C:\Program Files (x86)\ directory to ...
0
votes
1answer
147 views
Config samba permission in smb.config
How can I edit file smb.conf to solve this problem:
Every samba user can read and write the folder /myfolder but only the person who created the file in folder can delete his file.
0
votes
0answers
245 views
Redis read config file error:
*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 135
>>> 'slave-serve-stale-data yes'
Bad directive or wrong number of arguments
The same Question
but i don't ...
0
votes
1answer
196 views
How to change config variables during the session only
I need to get a config variable and change it for the session only
I have this Observer, and I've managed to change the variable via setNode. If in the next line I verify its value by using getNode(), ...
0
votes
1answer
425 views
How to set base url in config.xml zend framework
How can I set base url in config.xml?. I'm using Zend Framework.
My index file has this following call:
$config = new Zend_Config_Xml($strDirectoryNameConfig . '/default/config.xml', 'config', ...
0
votes
5answers
304 views
Best practice for storing settings
I have only been programming for the better part of 1-2 years, C# the last 7 months or so, Up til now I have used the .config file to store needed settings that cannot be stored in the database, and ...
1
vote
1answer
446 views
RTE should not wrap a <p> tag around an <img> tag
I work with the RTE and it makes me angry that the RTE does wrap <p> tags around an <img> tag. What do I have to do that the RTE does not wrap <p> tags around the <img> tag?
0
votes
1answer
85 views
Why does UdpClient instantiation cause a ConfigurationException?
I recently added a configuration section to my App.confg file. Although I realize the section was invalid, my application actually ran, up until it hit this line:
this.udpClient = new UdpClient();
...
2
votes
2answers
529 views
Accessing web.config from a classic asp program
I have a application in which there is a web.config file. I have to use a classic asp file and I need to access web.config configuration sections with classic asp file.
How can I access the ...
4
votes
1answer
274 views
Best practices to create connection files
I have an application which i have some configuration files for cache, queue, and database.
public class ServerConfiguration: ConfigurationSection
{
[ ConfigurationProperty( FOO, DefaultValue = ...
1
vote
1answer
1k views
Why is my Magento module not being loaded? [closed]
I just wrote a Magento module, but it's not being loaded and I'd like to debug it.
1
vote
3answers
2k views
Grails Config: include another config file
I have in my main config something like:
grails.config.locations = ["file:grails-app/config/Jawr.groovy"].
When running the application with grails run-app, everything is OK.
But, on deployment ...
5
votes
5answers
527 views
How to use git to maintain a slightly different copy of production source code?
I have a Ruby on Rails application, which sends out emails.
In production, I want to use some X SMTP server, but in development I want to use some other SMTP server (thus my configuration file for ...
0
votes
2answers
242 views
Subversion config: What's diff3-has-program-arg for?
Subversion has the option diff3-has-program-arg
### Set diff3-has-program-arg to 'yes' if your 'diff3' program
### accepts the '--diff-program' option.
diff3-has-program-arg = [ yes | no ]
My ...
1
vote
2answers
321 views
What's the best way to store a decision table in a config file?
I'm looking to store a decision table similar to this example http://en.wikipedia.org/wiki/Decision_table#example in some sort of config file but can't think of a format that would be clean.
Any ...
0
votes
2answers
1k views
Python Config Parser (Duplicate Key Support)
So I recently started writing a config parser for a Python project I'm working on. I initially avoided configparser and configobj, because I wanted to support a config file like so:
key=value
...
1
vote
1answer
170 views
Could anyone advise a good resource for understanding magento's config xml files
Hey there, I am really having some issues overriding the shipping block in the checkout module of magento.
Could you please advise some resourses where I can get knowledge about the structure of ...
1
vote
1answer
1k views
How to set up ErrorHadler via application.ini?
I set up default errorHandler in Bootstrap.php this way:
public function _initErrorHandler()
{
$frontController = Zend_Controller_Front::getInstance();
$plugin = new ...
0
votes
1answer
308 views
SSIS Configuration problem: not returning SQL Server Table config values
This was posted on server fault, but in retrospect that may not be the best spot for it, so I've moved it here.
I have a package that runs fine on my dev machine but in production (and also on ...
0
votes
1answer
309 views
Create service in Windows Xp with a config file
This is the command which I created a service of my program. Program normally uses a config file, but when I created this service, program could not start as a service.
C:\>sc create ...
2
votes
2answers
1k views
C# - ConfigurationSection isRequired attribute
I'm having this wierd problem... in my code whether I set the value of IsRequired to false or true then it stays false.. However if I put in a DefaultValue it works?
The non-working code is:
public ...
0
votes
1answer
1k views
Android Eclipse ADT device configuration for EVO 4G 4.3" layout
I'm trying to create an ADT layout configuration to match an EVO 4G screen, with its 800x480 resolution and 4.3" screen. The emulator I created by just specifying WVGA800 in the SDK Manager seems to ...




