Top "Configuration" questions

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

Encrypt Password in Configuration Files?

I have a program that reads server information from a configuration file and would like to encrypt the password in …

java security encryption configuration cryptography
Determine which MySQL configuration file is being used

Is there a command to determine which configuration file MySQL 5.0 is currently using?

mysql configuration
Where to install Android SDK on Mac OS X?

Where should the Android SDK be installed on Mac OS X?

android configuration macos
Avoid web.config inheritance in child web application using inheritInChildApplications

I am trying to add <location inheritInChildApplications="false"> to my parent web application's web.config but it doesn't …

asp.net configuration iis-7 web-config
PHP Warning: Module already loaded in Unknown on line 0

On Mac OSX Mavericks using homebrew php55 whenever I run a a php command I get the following error message (…

php configuration centos7 ini intl
Configuring Hibernate logging using Log4j XML config file?

I haven't been able to find any documentation on how to configure Hibernate's logging using the XML style configuration file …

xml hibernate logging configuration log4j
Is the buildSessionFactory() Configuration method deprecated in Hibernate

When I updated the Hibernate version from 3.6.8 to 4.0.0, I got a warning about deprecated method buildSessionFactory() in this line: private …

java hibernate configuration deprecated bootstrapping
How to select Python version in PyCharm?

I have PyCharm 1.5.4 and have used the "Open Directory" option to open the contents of a folder in the IDE. …

python configuration pycharm
How to define custom configuration variables in rails

I was wondering how to add custom configuration variables to a rails application and how to access them in the …

ruby-on-rails configuration
Maven Jacoco Configuration - Exclude classes/packages from report not working

I have a maven multi-module project and I'm using jacoco-maven for code coverage reports. Some classes should not be reported, …

maven configuration jacoco jacoco-maven-plugin