Quantcast
Channel: Active questions tagged config - Stack Overflow
Browsing all 5049 articles
Browse latest View live
↧

Consul Watch triggered on each server, cause multiple HTTP calls

I have a Consul cluster of 3 servers. I setup a watch config file for keyprefix (ref below). I deployed the watch to each of my server files. I deploy the watch to the config folder of each of the...

View Article


Css style config file for setting program options + parser

Does there exist an existing config file format that works in the same way as HTML+CSS?I would like to specify a config file for some software that uses the css method of declaring properties, i.e. in...

View Article


Best way to manipulate variables inside a JSON config file in Python3

I want to have a JSON config file where I can reference values ​​internally. For example, consider this JSON config file at bellow:{ "hdfs-base":"/user/SOME_HDFS_USER/SOME_PROJECT"...

View Article

Python logging: how to represent newlines in the format string in a logging...

I'm configuring my Python logging from a file (see http://www.python.org/doc//current/library/logging.html#configuration-file-format ).From the example on that page, i have a formatter in the config...

View Article

Reading USB device Vendor ID and Device ID from PCI config space (EFI)

I want to get Vendor ID and Device ID for plugged USB device via EFI program. I can read whole PCI config space I find USB host controller to which My USB device is pugged I can also read whole memory...

View Article


Camel file component throughput when readLock=changed

I'm using Apache Camel to transfer files from an input directory to a messagebroker. The files are written via SFTP. To avoid consuming incomplete files that are still in transit, I've set...

View Article

Can't run powerline-config during startup (in .tmux.conf)

When I start tmux, I get a failure when trying to configure powerline. I have set an environment environment variable with this: export POWERLINE_CONFIG_COMMAND=`which powerline-config` My ~/.tmux.conf...

View Article

How to fix this error in webpack: configuration.module.rules[9].exclude[0]:...

There is an error after updating webpack version to the latest:Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema. -...

View Article


Do something right after someone installed globally my cli package from npm

I wrote a CLI package and deployed it to npmI want right after some user installed my package: "npm i -g my-cli" to save a config file on the computerIs there a way to do this?(I'm not asking how to...

View Article


Decrypt connectionstring in web.cofig file

I am trying to migrate a .net application from one server to another server. Unfortunately I don't have the source code for this application but have the compiled/published version. All I intend to do...

View Article

How to repeat and copy src directories path in the same way in dist with...

I use webpack 3 and file-loader. I need a copy directory '/images/**' with the same relative path and files to my build directory.For example:I have 'src/images/icon/', 'src/images/bg/',...

View Article

HA Proxy fails to start - failed to drop supplementary groups

I'm working on setting up HAProxy for our servers, and have run into issues while trying to start it. When I call the haproxy script from /etc/init.d, it only tells me that it failed to starts:Starting...

View Article

Spring Boot application is ignoring hikaricp config

I'm new to stackoverflow, but read tons of posts here and now stuck.my application.properties is read, but the portion for configuring hikaricp is ignored/has no effect.I read...

View Article


Keycloak: is it possible to script groups in config json file?

I can configure keycloak user in my users.json file:{ "realm" : "my_realm", "users" : [ { "id" : "my_id", "createdTimestamp" : 1568195319743, "username" : "my_user_name", "enabled" : true, "totp" :...

View Article

Problem with configuration of Dependency Injection in net framework 4.6.1...

I am creating new WCF service, on base of some old code. I think that I have done everything the same but during creating class using DI I get error:No parameterless constructor defined for this...

View Article


How to to extract data from ConfigParser

I'm building a cron job and data has to be read from a configuration file. I'm using the Python ConfigParser module to achieve this, but I can't seem to read the data using the command-line argument...

View Article

sdl2-config: command not found. fatal error: file not found

I have correctly installed sdl2 and used xcode to make a new command line tool to run sdl2. However whenever I run my makefile I am getting a fatal error.My '.h' file has #include <SDL2/SDL.h> in...

View Article


NPM warning required peer dependency is not installed when installing...

I am getting an error when installing the rallycoding dependency. The following warning occurs:Required peer dependency is not installed the whole erro is liketall peer dependencies yourself. npm WARN...

View Article

activate diffrent conda installation from sshfs

Good Day to you all,I was wondering if it is possible to use a shared Conda installation on a remote machine. The remote machine is running ubuntu 12 (I have no influence). I use in Windows 10, with...

View Article

ESLint configuration and peer dependencies

It's considered a good practice to add all plugins/parsers of a custom eslint config as peer deps. The reasoning behind it is something about having multiple versions of the same package. My question...

View Article
Browsing all 5049 articles
Browse latest View live