Top "Configuration-files" questions

Files that configure the initial settings for some computer programs.

Python: Read configuration file with multiple lines per key

I am writing a small DB test suite, which reads configuration files with queries and expected results, e.g.: query = "…

python configuration-files text-parsing sql
Edit configuration file through python

I need to edit a configuration file through python and i tried searching on stackoverflow and google and they don't …

python file-io python-3.x configuration-files text-manipulation
WiX overwrites config files during setup. How can I avoid this?

I'm using WiX to create a windows installer. Unfortunately my installer overwrites a config file on every update. What I …

installation wix windows-installer configuration-files
How to enable configSource attribute for Custom Configuration Section in .NET?

following the wealth of information found here how can we get an external .config to work? I've tried the same …

c# .net configuration app-config configuration-files
Programmatically encrypting a config-file in .NET

Could somebody please do a rundown of how to programmatically encrypt a config-file in .NET, preferably in C#. What I …

c# .net configuration encryption configuration-files
How to create an application-specific config file for TypeScript?

I am working on a web application using TypeScript. For some parts of the application, I would like to define …

typescript configuration-files
How to manage configuration files when collaborating?

I'm writing a short script with a few simple variables at the top of the page. I want to work …

git configuration-files gitignore
IntelliJ - Import configuration from old version after first run

I recently installed version 2017.2 of IntelliJ IDEA. I would like to keep my settings from my old 2017.1 version. IntelliJ's support …

intellij-idea jar configuration settings configuration-files
Custom Behavior won't register in my web.config

I have a working application using Json.NET (newtonsoft) as a custom serializer. Currently I'm adding this derivative of WebHttpBehavior …

wcf iis configuration-files wcf-behaviour
Install a .mobileconfig file programatically on iOS 7

I have a config file within my app. Can I execute(run) the the config file on a button click? …

ios objective-c configuration-files buttonclick