Results for config
I'm beginner in docker, so I probably don't understand how it should work. I have loki container - here is part of docker-compose.yml: loki: image: ...
Let's say I have two config files in the "base" directory, "base/v1.yaml" and "base/v2.yaml". Let's say each of these are structured something like: m...
I have followed the karate documentation for callsingle but that works if we specify the classpath in karate-config.json file. Actually I am using kar...
Gollum-wiki is up and running. For some math formulas I'd like to use "" and "" as delimiters. Here is the full mathjax.config.js window.MathJax = { ...
Pure config can't pars capital letters in conf sealed trait Occupation extends Product with Serializable object Occupation { case class Employ...
I'm running ejabberd 23.01- I would like to read some values from my sys.config file. When running ejabberd as relive in VSCode, running ejabberdctl d...
I have created a Ballerina template with the following configurations in the Ballerina.toml file. [package] org = "wso2ohtest" name = "fhir.api" versi...
If have the following configuration for vite: import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import * as fs from 'fs'; ...
I am trying to set up Spring-boot Cloud Config Server But the response I keep getting is null on the propertySources. I have used {application-name}-{...
I change parameter timezone and log_timezone in postgresql.conf by this doc: https://www.postgresql.org/docs/current/datatype-datetime.html From docum...
I have type Route = { path: string children?: readonly Route[] } const root = { path: "a", children: [ { path: "b" }, { path: "c", ch...
I have the following in my next.config.js: /** @type {import('next').NextConfig} */ const nextConfig = { output: "standalone", // If set, use the ...
I am using ISP Config host, I just updated Shopware 6.4.20 to 6.5.6, for which I had to change PHP version so I changed it from host settings and it w...
I'm running a Bash script on Windows Git Bash that uses docker exec to set config values in my Shopware container: docker exec -d $SHOPWARE_CONTAINER_...
I've been inspired by this answer in order to provide my APP_Config as an injection token, I got this in my main.ts import { platformBrowserDynamic } ...
In Windows 10, I'm using react-router-dom 5.2.0 and react-redux 7.2.5 and react 17.0.2 and axios 0.21.4 and WebStorm 2023.1.3 IDE. axiosInstance.js: i...
I created a simple todo list apache/php/mysql web app with 2 docker containers (one apache/php/code and one mysql). I then created an image on docker ...
I want to use single config file in my ASP.NET project files. Is there a normal adequate way to stop using default ASP.NET configuration files (e.g. l...
Goal: Set AWS IAM credentials to S3Client config directly in code. Initial Reference: How to set credentials in AWS SDK v3 JavaScript? Using @aws-sdk/...
I'm trying to learn Laravel by putting my hands on a basic project from scratch. After some testing on other alternatives, I'm using this docker-nginx...
For eslint.config.js (flat config), what command should I use when linting *.js files recursively from the command line? 1 With eslintrc.js or eslint...
I get these errors whenever i tried running my pipelines on my created agent ,lets say agent_test. When I run pipelines for first time it works and if...
Per git docs the following syntax is supported for git clone command: The following syntaxes may be used ssh://[user@]host.xz[:port]/path/to/repo.git...
How can I make a Tekton task that updates a Git config (public) repo file? The resulting git update will trigger e.g. ArgoCD for syncing the runtime e...
Good day. I'm trying deploy some microservice using Java and Spring Boot in DigitalOceand Kubernetes cluster. The first microservice is an Eureka Serv...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?