Top "Config" questions

Config files configure the initial settings for some computer programs

How to use git difftool to diff merge conflicts?

After a merge failed with some conflicts I can list those with git diff, but git difftool won't display them …

git merge diff config conflict
WCF 'A Call to SSPI Failed, see inner exception'

I had a self-hosted win service WCF installed and running at one point. Naturally, I had to make some changes. …

.net vb.net wcf config sspi
How to load packages in Octave permanently?

I am using Octave on Window vista. I am using 4 package in my code. But every time I restart octave, …

config octave packages loading startup
Can a custom directory name be used instead of 'node_modules' when installing node packages?

I create a package.json, I run npm install, it works alright. It creates a node_modules directory in my …

node.js npm config
How to Disable Strong Name Verification for All .Net assembly?

How to Disable .Net Strong Name Verification for All .Net assembly in system by config .net framework or IIS or …

.net config verification strongname
How can I access INI files from Perl?

What is the best way to parse INI file in Perl and convert it to hash?

perl config ini
Module.exports vs plain json for config files

I see multiple ways to create config files in Node.js. One uses module.exports in js file, one just …

json node.js config
How to validate structure (or schema) of dictionary in Python?

I have a dictionary with config info: my_conf = { 'version': 1, 'info': { 'conf_one': 2.5, 'conf_two': 'foo', 'conf_three': False, 'optional_…

python validation dictionary schema config
Grails BuildConfig.groovy, difference between build, compile, and runtime?

What's the difference between build, runtime, and compile, in BuildConfig.groovy (1.3.7) grails.project.dependency.resolution = { plugins { build "acme:acme-cache:latest.…

grails build compilation config
How to change Yarn default packages directory?

When Yarn is used to install dependencies, it puts them in node-modules directory by default. How can I change this …

laravel config yarnpkg