Skip to main content

Questions tagged [configuration]

Configuration is the process of specifying the settings used for a system or application

configuration
0 votes
0 answers
11 views

Tailwind CSS Styles Not Applying Automatically in React Project

I'm working on a React project and have integrated Tailwind CSS for styling. However, the Tailwind CSS styles do not apply automatically when I make changes to my CSS or component files. I have to ...
yo programing's user avatar
-1 votes
0 answers
13 views

How to provide a file to a Docker container at runtime and ensure it is accessible during container execution?

I'm working on a project where I need to provide a text file to a Docker container at runtime. This file must be accessible and used by the container during its execution. The bottom line is that the ...
prostwp's user avatar
-1 votes
0 answers
17 views

Is there a way to configure VSCode / remote-ssh extension such that you can have root access to the instance?

Here's an improved version of your request: I'm seeking a solution to streamline file manipulation (Create, Read, Update, Delete) through the Visual Studio Code GUI while SSH'd into a remote instance ...
Abrar Mahi's user avatar
0 votes
2 answers
38 views

Configuration file of Python app shared across sub-packages

I am building an app to control some hardware. I have different kinds of hardware that I implemented in packages: motors and measurement devices. My file structure is as follow: name_of_my_app/ ...
Omnistic's user avatar
-2 votes
0 answers
33 views

Java and Spring : use application.properties for database configuration [duplicate]

I write an application that uses several connections to several databases. I created a Map that must contain the connection informations. The connections values are stored in the file application....
P. Gauthier's user avatar
0 votes
0 answers
6 views

Failed to instantiate [org.flywaydb.core.Flyway]: Factory method 'flyway' threw exception with message: 'void sun.misc.Unsafe.ensureClassInitialized'

I am trying to integrate flyway for mongoDB with springboot with manual configuation but facing the the below issue. Caused by: org.springframework.beans.BeanInstantiationException: Failed to ...
Siddharth Aadarsh's user avatar
-2 votes
1 answer
45 views

Store database configuration in application.properties with spring and Java

I am writing an application that uses several connections to several databases. I created a Map that must contain the connection information. The connections values are stored in the file application....
P. Gauthier's user avatar
-3 votes
0 answers
16 views

My linux fedora cant update in snap store and I use `sudo dnf update -y` it's not work [closed]

enter image description here help me pls enter image description here help me pls The image shows an error message encountered during a package update or installation process on a Fedora 40 ...
AndyAnh174's user avatar
0 votes
1 answer
31 views

I can't connect dbt to two databases | cross-database

I have a problem regarding DBT. I created some tables in POSTGRESQL: select * from libraria.main.usuario u; select * from libraria.main.endereco and ; select * from libraria.main.telefone t; select * ...
Victor Longui's user avatar
0 votes
0 answers
17 views

Setup appsettings.json with transformation in Console Application of .net framework(4.8) and Reading in POCO Models

I have a .net framework based Solution which is having Console Application as the Entry point along with multiple dependent Class Library projects. Console Application provides XML based configuration ...
Imran K's user avatar
  • 15
0 votes
0 answers
14 views

Next config root html file name

In my next.js app (app router), I want to add a service worker. I want to add the root html file to the caches, but I'm not sure what it is called. In development, it has its own custom name: my-app, ...
Sventies's user avatar
  • 2,634
0 votes
0 answers
14 views

How to do Flow designer and SLA in service now

[flow design ] sla (https://i.sstatic.net/pSCYGJfg.png) flow design in the first picture wherein workflow and notification are in need in flow design and next is service level agreement. Workflow: If ...
Sakura's user avatar
  • 1
0 votes
0 answers
58 views

How should i set my .json files in vscode?

How should i set my .JSON files in my c++ directory: task.JSON launch.JSON c_cpp_properties.JSON settings.JSON I'm using GCC. My current configurations are: 1. launch.JSON { "configurations&...
Mairon's user avatar
  • 1
0 votes
0 answers
7 views

how can i config vendure and static page at nginx and simultaneously run in browser?

either one site is run the browser vendure or sataic site hi guys i am trying to configure vendure and one static page in nginx at my local system.both vendure and static point my local IP. i want run ...
Hari Dass's user avatar
0 votes
0 answers
17 views

trying to load each elements of list from separate yaml files into parent yaml

In Spring Cloud Gateway, we have too many routes in one application yaml. I am trying to break them into individual routes and import them into main/parent yaml. Tried below approach of spring.profile....
Arpit S's user avatar
  • 185

15 30 50 per page
1
2 3 4 5
1213