Top "Configuration-files" questions

Files that configure the initial settings for some computer programs.

Getting a list from a config file with ConfigParser

I have something like this in my config file (a config option that contains a list of strings): [filters] filtersToCheck = […

python list python-3.x configuration-files configparser
Changing App.config at Runtime

I'm writing a test WinForms / C# / .NET 3.5 application for the system we're developing and we fell in the need to …

c# .net-3.5 configuration-files app-config configurationmanager
How can I store a binary file in a Kubernetes ConfigMap?

Can one store a binary file in a Kubernetes ConfigMap and then later read the same content from a volume …

configuration kubernetes configuration-files
Where can I find the file my.cnf or my.ini file?

I've read about MySQL replication and i need to change some configuration but I can't find the file my.cnf …

mysql configuration configuration-files mysql-management database-replication
How to get the current directory on a class library?

I've been looking around but I have not found a solution for this problem: I want to create a class …

c# asp.net path filepath configuration-files
Django: how to set log level to INFO or DEBUG

I tried to change the debug level to DEBUG in Django because I want to add some debug messages to …

python django logging configuration-files
Java equivalent to app.config?

Is there a Java equivalent to .NET's App.Config? If not is there a standard way to keep you application …

java configuration-files
Disable network manager for a particular interface

I would like to disable network manager service for particular interface(s). "/etc/init.d/NetworkManager stop" is not going …

linux networking configuration-files configure
PHP module is already loaded warning

Just noticed, that PHP throws warnings, when executed on the CLI: php module is already loaded $ php -v PHP Warning: …

php configuration-files php-extension
Opencart Fatal error: Call to a member function get() on a non-object

Trying to move from local host to new server. Fresh install worked fine, no problems. When I uploaded my files …

configuration-files opencart fatal-error