Top "Configuration-files" questions

Files that configure the initial settings for some computer programs.

Eclipse Java launch configuration file path

I'm looking for a file where Eclipse stores its launch configurations. I'm doing some Java development in Ubuntu. One of …

java eclipse configuration-files
Using App.config to set strongly-typed variables

I'm a C# novice running .NET 3.5, and I'd like to store a bunch of application default values in App.config, …

c# .net-3.5 configuration-files app-config
How do I globally configure RSpec to keep the '--color' and '--format specdoc' options turned on

How do I set global configuration for RSpec in Ubuntu. Specifically so, --color and --format specdoc stay turned on, across …

ruby colors rspec configuration-files
what is the best way to define constant variables python 3

I am writing a program in python which contains many constant variables. I would like to create a file which …

python python-3.x constants configuration-files
Ruby loading config (yaml) file in same dir as source

in HOME/path_test/ I have: load_test.rb: require 'yaml' cnf = YAML::load(File.open('config.yml')) puts cnf[…

ruby path yaml configuration-files
Where do I put my XML beans in a Spring Boot application?

I'm getting back into Spring (currently v4). It's all wonderful now with @SpringBootApplication and the other annotations but all the …

java xml spring spring-boot configuration-files
Installing a configuration profile on iPhone - programmatically

I would like to ship a configuration profile with my iPhone application, and install it if needed. Mind you, we're …

iphone cocoa-touch ios-simulator configuration-files
Kubernetes equivalent of env-file in Docker

Background: Currently we're using Docker and Docker Compose for our services. We have externalized the configuration for different environments into …

configuration docker environment-variables configuration-files kubernetes
Read all the contents in ini file into dictionary with Python

Normally, I code as follows for getting a particular item in a variable as follows try: config = ConfigParser.ConfigParser() config.…

python configuration-files ini
Calling a Python function from a shell script

I am trying to figure out how to call a Python function from a shell script. I have a Python …

python bash shell configuration-files