Top "Configuration" questions

Configuration is the process of specifying the settings used for a system or application

How to add a filter class in Spring Boot?

I wonder, if there is any annotation for a Filter class (for web applications) in Spring Boot? Perhaps @Filter? I …

java configuration spring-boot servlet-filters
What should I set JAVA_HOME environment variable on macOS X 10.6?

Many Java applications that use shell scripts to configure their environment use the JAVA_HOME environment variable to start the …

java macos configuration
Turning off eslint rule for a specific file

Is it possible to turn off the eslint rule for the whole file? Something such as: // eslint-disable-file no-use-before-define (Analogous to …

javascript configuration lint eslint
How to configure postgresql for the first time?

I have just installed postgresql and I specified password x during installation. When I try to do createdb and specify …

linux database postgresql configuration
Spring cannot find bean xml configuration file when it does exist

I am trying to make my first bean in Spring but got a problem with loading a context. I have …

spring configuration javabeans applicationcontext
Simplest way to have a configuration file in a Windows Forms C# application

I'm really new to .NET, and I still didn't get the hang about how configuration files work. Every time I …

.net xml winforms configuration
Node.js/Express.js App Only Works on Port 3000

I have a Node.js/Express.js app running on my server that only works on port 3000 and I'm trying …

javascript node.js configuration express port
I can not find my.cnf on my windows computer

My computer is Windows XP. I need to find my.cnf to get all privileges back to the root user. …

mysql configuration privileges
How do I prevent a Gateway Timeout with FastCGI on Nginx

I am running Django, FastCGI, and Nginx. I am creating an api of sorts that where someone can send some …

configuration nginx fastcgi