Top "Config" questions

Config files configure the initial settings for some computer programs

Where to place/access config file in gem?

I am writing my first gem and I'd like specific options to be retrieved and set by the user through …

ruby gem yaml config
Can Filebeat use multiple config files?

I have several applications running on a single server. I'd like to use filebeat to ship the logs of each …

config filebeat
Fastest way to store easily editable config data in PHP?

What is the fastest way to store config data in PHP so that it is easily changeable (via PHP)? First …

php performance file config
Config spec in ClearCase

I have tiny question about ClearCase. Help me please! When does config spec start to work? When I click CHECK …

clearcase config cleartool specifications
Converting Java to Scala durations

Is there an elegant way to convert java.time.Duration to scala.concurrent.duration.FiniteDuration? I am trying to do …

scala config duration scala-java-interop
Rpm upgrade handling of config files

I'm playing around with the rpm -upgrade command and noticed rpm has different ways of handling modified configuration files so …

config upgrade rpm
How can I override a typesafe config list value on the command line?

I have an application.conf file with a structure like the following: poller { datacenters = [] } I would like to override "datacenters" …

java scala config typesafe
At what point does a config file become a programming language?

I have been mulling over config files and their relationship to code for a while now and depending on the …

configuration programming-languages configuration-files config
Lumen php artisan config:cache not found

I'm trying out the PHP micro Framework Lumen (from laravel). When I set up Lumen and I try to use …

laravel caching config laravel-artisan lumen
How to turn off Git warnings "LF will be replaced by CRLF"?

I am working on Windows, but may also work on Unix, so I don't need to store Windows line endings. …

git config newline lf