Top "Config" questions

Config files configure the initial settings for some computer programs

C# App.Config with array or list like data

How to have array or list like information in app.config? I want user to be able to put as …

c# config
where is the NetBeans config file (netbeans.conf) located?

my NetBeans has ugly fonts in interface. I'm going to make antialiasing for it. In internet I saw that there …

java netbeans config
Troubles uninstalling oh-my-zsh?

I'm on OSX and want to switch back to my original zsh config from oh-my-zsh, however when I run the …

config uninstallation zsh
How to set dynamic values with Kubernetes yaml file

For example, a deployment yaml file: apiVersion: extensions/v1beta1 kind: Deployment metadata: name: guestbook spec: replicas: 2 template: metadata: labels: …

templates kubernetes yaml config key-value
How to set access control allow origin on particular file web.config

If this were a dynamic response, I'd simply do Response.Headers.Add("Access-Control-Allow-Origin", "*"); but I have a static file I'd …

asp.net .net iis config
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 …

node.js configuration config mocha dotfiles
Capistrano - How to put files in the shared folder?

I am new to Capistranoand I saw there is shared folder and also option :linked_files. I think shared folder …

capistrano config web-deployment
How to configure kdiff3 instead of emerge as a git mergetool?

I have Git on mac OSX Snow Leopard and I tried to edit my merge and diff tool to use …

macos git merge config kdiff3
Can I comment out a line in a .git/config file?

I have a http.proxy line on my repository configuration file that I would like to 'turn on and off' …

git proxy config
Load variables from external file in PHP

How can I import a variable from an external file? What I want to do is to have a configuration …

php variables import external config