Tutorial by Topics: configuration

git config [<file-option>] name [value] # one of the more common use cases of git config ParameterDetails--systemEdits the system-wide configuration file, which is used for every user (on Linux, this file is located at $(prefix)/etc/gitconfig)--globalEdits the global configuration fi...
Selenium Grid is a framework to run test distributed over a range of test devices. It's used for testing web applications. Its possible to write tests in different popular programming languages, including C#, Groovy, Java, Perl, PHP, Python and Ruby. The tests can be run against a range of webbrowse...
Configuration happens in one of 3 ways: command line options the my.cnf configuration file setting variables from within the server Command Line options takes the form mysqld --long-parameter-name=value --another-parameter. The same parameters can be placed in the my.conf configuration fil...
Elasticsearch comes with a set of defaults that provide a good out of the box experience for development. The implicit statement there is that it is not necessarily great for production, which must be tailored for your own needs and therefore cannot be predicted. The default settings make it easy...
Spring has made it so that configuring an ApplicationContext is extremely flexible. There are numerous ways to apply each type of configuration, and they can all be mixed and matched together nicely. Java configuration is a form of explicit configuration. A @Configuration annotated class is use...
Nightwatch has been providing Acceptance and End-to-End testing for Meteor apps since v0.5 days, and has managed migrations from PHP to Spark to Blaze and to React; and all major Continuous Integration platforms. For additional help, please see: Nightwatch API Documentation Nightwatch.js Google...
ParameterDefaultsystemLog.verbosity0systemLog.quietfalsesystemLog.traceAllExceptionsfalsesystemLog.syslogFacilityusersystemLog.path-systemLog.logAppendfalsesystemLog.logRotaterenamesystemLog.destinationstdoutsystemLog.timeStampFormatiso8601-localsystemLog.component.accessControl.verbosity0systemLog...
set mouse=a set wrap nmap j gj nmap k gk
String s = config.getString("path.to.string"); int i = config.getInt("path.to.int"); double d = config.getDouble("path.to.double"); List<String> sl = config.getStringList("path.to.stringlist"); List<Double> dl = config.getDoubleList("pat...

Page 1 of 2