Questions tagged [configuration-files]

Files that configure the initial settings for some computer programs.

2246 questions
0
votes
1 answer

windows command config file?

I'm running a few different windows command scripts that all reference the same directory. The directory I want to reference changes from day to day depending on what I'm working on. I've looked into taking command line args, but I think the more…
Tin Can
  • 2,540
  • 2
  • 29
  • 39
0
votes
1 answer

Is there a way to change git's default configuration file?

I see git allows me to choose any file I want as a global exclude file but it can't see that you can change the default global configuration file ? Did I miss it or is it impossible? Are there workarounds ?
0
votes
1 answer

Write in configuration files of prometheus pod in microk8s

I'm using the microk8s addon prometheus and I want to define new jobs in order to monitoring specific pods. I can access to the console of the pod prometheus-k8s-0 but I can't write in any of the prometheus configuration files due to I haven't got…
0
votes
0 answers

Question about the COTURN config file - Is it safe to map my own IP address?

There is an environment variable in the config file - # External IP-Address of the TURN server external-ip=IP_ADDRESS I am assuming that this is where you map your host server's IP address - but is it safe to use my actual home IP address…
0
votes
0 answers

Program stopped accessing Config file

I´ve developped a C# program and I have a problem with configuration file. I use Visual Studio 2022 and Windows 10. The DB is SQL Server. To start, the program acesses the configuration file to read some information, then, after the user enters…
Ismael
  • 11
  • 1
  • 4
0
votes
3 answers

How to configure 'TLS1.2 only' in OpenSSL 1.0.2 config file?

I would like to update the configuration of OpenSSL 1.0.2 (specifically 1.0.2k-fips as found on AWS's Amazon Linux 2 AMIs), so that any client using OpenSSL refuses TLSv1.1, TLSv1, or anything lower that is not TLSv1.2. I have learned that for…
0
votes
0 answers

how to read array from json settings file in net 6

i need to read this section from web api project in net 6 { "ProductsMigration": { "Products": [ { "Product": { "SourceAppId": 4215, "TargetAppId": 6218 } } ] …
FDB
  • 971
  • 16
  • 32
0
votes
0 answers

How to discard annotations based on size with tensorflow 2 object detection API’s pipeline config

I am using tensorflow 2 object detection api with a custom dataset to train object detection networks. Some of the labels in the dataset are too big and cover regions that they should not cover. Is there a way to discard specific labels (based on…
0
votes
1 answer

Right datastore to store vernacular application data in backend, based on users input language

We are building a vernacular application in which we need to show the information/content to the user based on the language selected by user. Currently we support English and 10 regional languages. The data is static(gets changed but less…
0
votes
0 answers

Spring boot JedisConnectionFactory not loading settings from application.yml

I have a spring book (kotlin) app using Jedis to connect to redis. Spring has documented a list of common connection properties for redis. My understanding from reading blog posts and documentation is that JedisConnectionFactory is expected to…
Alex C
  • 16,624
  • 18
  • 66
  • 98
0
votes
1 answer

How to specify opentelemetry configuration file path

I want to filter some endpoints and omit them from telemetry. I put opentelemetry-javaagent.jar in project folder and specify path in JAVA_OPTS variable. I run my application with next parameters: JAVA_OPTS =…
Valeriy K.
  • 2,616
  • 1
  • 30
  • 53
0
votes
1 answer

How to pass text in configuration file with a call to parameter

I have a package that sends emails, I have it set with a configuration file so I can pass a parameter with the addresses, attachments, etc. that I want to use, one of these parameters is the Message_source: in which I pass the content of the…
Baldie47
  • 1,148
  • 5
  • 16
  • 45
0
votes
2 answers

What is "Configuration Type"?

I don't have much experience on interactiong with config files and I was reading the GetSection() method in MSDN which notes that: **Notes to Implementers**: You must cast the return value to the expected configuration type. To avoid possible…
pencilCake
  • 51,323
  • 85
  • 226
  • 363
0
votes
0 answers

How do I encrypt a ConfigurationSection in ASP.NET Core 7.0?

I have a project with an appsettings.Development.json file, to which I've added the following section: "ConnectionStrings": { "Database one": "" } When I search the internet for instructions on how to…
0
votes
2 answers

Configuration file name and version

I am developing an application for the iPhone and one of the requests made by the customer is to install a configuration file to force passcode on the device the requirement is that if the configuration file is not installed then the application…
SuperSef
  • 45
  • 8