Config files configure the initial settings for some computer programs
0
votes
0answers
20 views
Small tool to edit app settings
I need to small tool in Windows environment to change an entry in appsettings.config.
It can be a cmd tool which I can write a batch file on it.
Does anyone have a clue?
Thanks
0
votes
0answers
7 views
How to set the core.editor to Coda 2
Is there a way to use Coda 2 as my core.editor when I use the GIT trough the terminal (I am on a Macbook with OsX Mountain Lion). The fallowing command does not work:
git config --global core.editor ...
0
votes
0answers
9 views
CKEditor 4 : Templates and allowedContent set in the config.js
Is there a way of setting the allowedContent property to true for the given plugin from within the config.js file?
I've downloaded the minified, full version of CKEditor, which has each plugin ...
0
votes
1answer
30 views
String to syntax Python
I use configparser to get values for my python script, but I need to call function stored in config.ini... Since all values in configparser are stored as strings, is it possible to transform string ...
0
votes
0answers
12 views
Workaround/Alternative for IIS8 not accepting PUT verb
Is there a work around for IIS8 to accept the PUT and DELETE verbs without actually making any modifications to IIS8 config? The reason I am asking this is because I have a mobile webapp which 'PUT's ...
0
votes
0answers
9 views
Phonegap config.xml preference differences
Developing an application for iOS I'm seeing inconsistencies within the documentation for PhoneGap in regards to the config.xml file.
According to this page:
...
0
votes
1answer
20 views
asp.net razor fresh project failing to do membership with mysql
Simple project, fresh MVC4 razor web page, new empty mysql database. Getting this exception:
System.Reflection.TargetInvocationException was unhandled by user code
Message=Exception has been thrown ...
0
votes
2answers
28 views
requiring php config classes, but file not found
In my opinion I'm requiring all necessary files but I keep getting the error that one file is not found. All files are in the same folder.
This is my code for zConfig.php:
<?php
class zConfig {
...
0
votes
1answer
28 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 ...
2
votes
4answers
50 views
PHP ini vs array performance
I wonder what is faster:
loading/including a php file that contains some static data in an array within a function or
parsing an ini-file that contains the data and puts it into an arary
I need ...
0
votes
1answer
18 views
Place CodeIgniter's Config Files out of 'application/'
I'm trying to move the config directory in the root folder for my CMS.
It will be easier for users to update and edit the config.
Everything I tried gave me an error, so I do not think the right way ...
1
vote
1answer
14 views
How can I break the link of git config <url>.insteadOf <url>
I set my url to other url with git config .insteadOf , and now I want to break the link of it. But I don't know how to do that and I can't find it at the reference page.
-1
votes
1answer
48 views
Get php to read from an XML file [closed]
I'm a PHP beginner and need help with a little coding problem:
class _settings_file {
/**
* @param string $file
* @param array $settings array($settings_group => $settings_name) It
...
0
votes
1answer
23 views
php mis-config cause joomla login to fail?
I was attempting to clone a Joomla site, I had exported the database from the original, and was attempting to use phpmyadmin to import it into the db for the new site. The DB was around 75mb so the ...
1
vote
1answer
30 views
CloudBees XML Config vs Command-Line Tool
I see that CloudBees allows apps to be deployed with a cloudbees-web.xml descriptor, however on the page in the developer docs that describes this descriptor, it says:
The cloudbees-web.xml is ...
0
votes
1answer
15 views
How can I get the value from Redis and put it in a variable in NGiNX?
Here is my config:
location = /session {
set $redis_key "$cookie_session";
redis_pass 000.00.000.000:6379;
echo $cookie_session;
echo ' - ';
...
0
votes
1answer
18 views
CKeditor removes ul list
I am copying html code which has "ul","li" tags, clicking "Source" and pasting it to CKEditor. However, when i go to design, it replaces those tags with "". Is this a bug or did i configure something ...
0
votes
1answer
20 views
Howto setup HSQLDB schema for Quartz scheduler
I'm writing a "simple" scheduler application which uses the great Quartz Scheduling framework.
Quartz works with most database systems (MySQL, Oracle, HSQLDB, ...), which just need to be specified ...
0
votes
1answer
12 views
Getting Rspec to Recognize Macros for Capybara's Specials
When adding macros to Rspec's config, you have to specify the type of test it'll be accessed by. For instance, you might type:
config.extend ControllerMacros, :type => :controller
How do you get ...
2
votes
1answer
25 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, ...
0
votes
1answer
20 views
how to deploy config files for webapps in jetty 9
we are using Jetty Overlay Deployer to install our confings (which defer for testing, dev, prod) along with our binary war files.
According to the documentation this feature has been dropped:
...
0
votes
1answer
30 views
Wildcard request / location in nginx?
I have a script that increments a global revision number with each deployment of my website. This number is then mapped into the HTML that loads CSS, JavaScript and sprite assets. This is used as a ...
0
votes
0answers
19 views
Xml isn't correctly interpreted by Adobe Build
I've create a config.xml to configure the setup of my app via Adobe Build.
I based my file on this document (https://github.com/phonegap/phonegap-start/blob/master/www/config.xml)
<?xml ...
0
votes
0answers
40 views
wix XmlConfig: is it possible to remove all child elements within a parent node
In using wix, it's come up a few times that I'd like to completely replace all the child elements of a parent, but without the child elements being necessarily known. So far I haven't found a way to ...
0
votes
0answers
11 views
incomplete websitepanel server config for email [closed]
recently I wanted an expert to config my windows server with websitepanel, everything was ok but after a while it's IP was changed and we had to change some parts of it's config. I changed it but when ...
1
vote
1answer
23 views
Filter Log4Net Messages based on number of times a log has occurred
Is there any way to say in Log4Net, "show me every 5th log from this class that occurs"
I know you can use filters to prevent logs from a certain class from appearing. However I do want to see this ...
0
votes
1answer
13 views
How to increase maxReceivedMessageSize
i have wcf service and i am sending large streams from service to client.
this is my code in client web config
<bindings>
<basicHttpBinding>
<binding name="Blabla" ...
0
votes
3answers
40 views
Resources and config loading in maven project
I'm using Maven for desktop applycation. I read about Maven standart directory layout and I have this project structure for now:
App
|-- pom.xml
`-- src
|-- main
|-- java
| `-- ...
0
votes
0answers
33 views
Order of loading during Spring Java Config
I have a Java Config class that looks similar to:
@Configuration
public class MyConfig {
@Autowired(required = true)
private MyRegistry registry;
public CustomAttributeConfig() {
...
0
votes
0answers
35 views
not work nginx+codigniter configration
i am using nginx + Codigniter server
i configure the server using this guide
http://www.farinspace.com/codeigniter-nginx-rewrite-rules/
my current Configure as follow
server {
server_name ...
0
votes
1answer
90 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 ...
0
votes
0answers
30 views
Quickfixn - Tag Appears More Than Once Rejection
I'm having an issue with Quickfixn and I'm hoping someone with more experience working with it can shed some light on an issue I'm facing. For some reason, messages are getting rejected by the ...
0
votes
0answers
22 views
WPF app, images won't load when editing config file
I'm making a wpf application where I can edit my connection string in the config file:
vConnection = @"metadata=res://*/MC_PLC.csdl|res://*/MC_PLC.ssdl|res://*/MC_PLC.msl;
...
1
vote
0answers
25 views
Pulling artifacts by Android Maven plugin
I have a problem with android maven plugin.
I want pull artifact from device to my workspace. Wrote config in pom file
<pull>
<source>/sdcard/test</source>
...
1
vote
0answers
20 views
Override hibernate.cfg.xml
I have 2 configuration files hibernate1.cfg.xml and another one hibernate2.cfg.xml
Now I have a jar that has the method to open connections (reading the connection details from the two files above) ...
0
votes
1answer
75 views
Same configs in multiple Highcharts
I have three highcharts used in EXTJS 4.1.1 application which almost use the same configs.
Can I have something like
var config = {
// configurations
}
Ext.define('chartsA',{
...
0
votes
1answer
45 views
Rescue if YAML file doesn't exist or can't load in Rails
I am using a YAML file to store some confidential configuration data. I am just using that file in development environment. In production I am using ENV variables.
Here is what I am doing right now:
...
-1
votes
1answer
30 views
Billingstack installation [closed]
I was trying to install billingstack for openstack using this link http://billingstack.readthedocs.org/en/latest/install/manual.html
I have followed everything but i am not sure if i did right about ...
0
votes
2answers
51 views
CodeIgniter - URI Disallowed Characters
I had issue of @ which I added in $config['permitted_uri_chars'] as you can see below:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_@\-';
BUt here is my URL
...
-2
votes
2answers
37 views
How to write a conf file for Java? [closed]
I am writing a code in Processing 2.0 and have embedded it in Java environment using Eclipse. The code has many parameters which I frequently need to access in all classes. Below is the example of ...
0
votes
1answer
50 views
Run background jobs with elastic beanstalk
I am trying to start a background job in elastic beanstalk, the background job has an infinite loop so it never returns a response and so I receive this error:" Some instances have not responded to ...
1
vote
3answers
53 views
How to create and access a shell config file from a shell script? [duplicate]
I am working on a shell script that when first opened asks the user for some info. This info needs to be stored on a config file for future use so that the user doesn't have to answer the same ...
4
votes
3answers
158 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
1answer
32 views
BUNDLE_WITHOUT is not applied when deploying app on Heroku
My goal is to deploy an app on Heroku for the environment 'heroku_production'.
My Gemfile looks like this:
source 'https://rubygems.org'
gem 'rails', '3.2.9'
# Bundle edge Rails instead:
# gem ...
0
votes
0answers
27 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 ...
1
vote
3answers
101 views
How can I version my .git/config file?
I have a .gitignore file like the following:
.*
!.gitignore
And I would like to version my .git/config file such that when I do a git pull my .git/config file updates automatically.
How can I do ...
1
vote
1answer
90 views
how can i override a typesafe config list value on the command line?
i have an application.conf file with a structure like the following:
poller {
datacenters = []
}
i would like to override datacenters on the command line. for other configuration keys whose ...
1
vote
2answers
79 views
How to run setq interactively
Specifically I want to do the same thing as (setq frame-title-format ...) would do in my config file, but from the M-x interactive command. M-x setq does not seem to work.
-1
votes
2answers
19 views
PHP - with one connection (config) displays data, with other not
i am trying to develop a script that i found in internet (search/autosuggestion). The script is very small, but the problem i think is in connection, configuration file. I found, that the old ...
2
votes
1answer
164 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 ...



