Top "Config" questions

Config files configure the initial settings for some computer programs

How to change memory per node for apache spark worker

I am configuring an Apache Spark cluster. When I run the cluster with 1 master and 3 slaves, I see this on …

memory cluster-computing config apache-spark
Log4Net: Rolling File appender, define extension

I want my logfile to look something like this: 2009-02-13.log but the problem is that I can't seem …

log4net config rollingfileappender
How to set environment variables on heroku for nodes app and connect to the postgresql database?

I know there are same/similar questions on stack overflow and I have read the documentation too-I just still don't …

node.js heroku environment-variables config
git: 'credential-cache' is not a git command - Remove setting

After attempting to setup git credential cache on Windows 7 I would now like to scrap the idea and remove this …

git caching config
Typesafe config: Load additional config from path external to packaged scala application

My scala application will be packaged into a jar. When I run my app, it needs to read an additional …

scala configuration app-config config typesafe-stack
Creating multiple HTTP sections in Spring Security Java Config

Using Spring Security XML configuration, you can define multiple HTTP elements to specify different access rules for different parts of …

java spring-security config
Nginx still try to open default error log file even though I set nginx config file while reloading

The below is my nginx configuration file located in /etc/nginx/nginx.conf user Foo; worker_processes 1; error_log /home/…

linux nginx config
Creating custom variable in web.config file?

I want to create a variable in web.config file and to use that variable in web forms. How can …

asp.net-mvc web-config config webpage
What is git's "filemode"?

For something that exists in EVERY single git repo... on earth... there sure isn't very much info out there regarding …

git filesystems repository settings config
flask production and development mode

I have developed an application with flask, and I want to publish it for production, but I do not know …

python flask config development-environment production-environment