Questions tagged [config]

Config files configure the initial settings for some computer programs

Configuration files, or config files configure the initial settings for some computer programs. They are used for user applications, server processes and operating system settings. They may be considered a simple database.

6120 questions
2
votes
1 answer

spring cloud config pattern match for profile

I am trying to implement the pattern matching feature of spring cloud config based on the different profiles for an application. Based on the documentation in…
Swetha V
  • 300
  • 5
  • 16
2
votes
2 answers

Specifying a different config file for fish shell

Is is possible to run fish with a different config file overriding the default one that is stored in the file .config/fish/config.fish (or even with no config file)?
enrico.bacis
  • 30,497
  • 10
  • 86
  • 115
2
votes
0 answers

Load custom configuration section from relative path locations

I would like to load the configuration for a Custom Configuration Section from a path outside of the execution directory. I realize the difference between "file" and "configSource" attributes. Therefore, for a Custom Config Section, is there a way…
MihaiP.
  • 133
  • 2
  • 10
2
votes
1 answer

FOSRest per bundle. How to configure?

I'm new to symfony and I just started to build a pilot project for learning purposes. Using symfony 3 and having an app I would like to build with FOSRest a JSON based API and another separate bundler should provide the Backend on user…
fefe
  • 8,755
  • 27
  • 104
  • 180
2
votes
0 answers

Global Git Config Properties for all Remotes

I wanted to know if this was possible and if so, how to configure it. At work, we utilize git repositories. We have a bunch of repositories and then use gerrit for code reviews. We have a series of branches in each repository. We utilize…
Chris Moretti
  • 585
  • 3
  • 13
  • 31
2
votes
4 answers

Config file in c#

I have a UserControl Library solution which has the following UserControl ---UserControl project ---UserControl Test Project IN my test project, I am able to add my usercontrol to the tool box. When i drag it and drop it in my forms, it…
user38230
  • 645
  • 3
  • 13
  • 31
2
votes
1 answer

Trouble with log4j Java config

I've been having trouble configuring log4j2 with Java. I have a working XML config:
Erwann
  • 95
  • 2
  • 11
2
votes
1 answer

editing php.ini mac osx allow_url_include

I want to include the exact output of a URL into my webpage exactly as it is the code i am using is $html = file_get_html("http://api.zoopla.co.uk/api/v1/area_value_graphs.js?area=" .$postcode.…
EntropicFox
  • 727
  • 5
  • 11
2
votes
1 answer

How to access config object in OpenUI5 Manifest.json

I am using the OpenUI5 framework to create a custom component. I want to access some config settings that I set in the component's manifest.json file. According to the documentation I can create some name/value pairs within a "config" object nested…
user1025184
  • 57
  • 3
  • 7
2
votes
0 answers

Access value in Grails config file

What am I doing wrong here? In my config file I have this line: payments.mail.partner = [ some_partner: "partner@email.com", other_partner: "partner2@email.com" ] In a service I'm trying to access the email address depending on the key.…
Paul Erdos
  • 1,355
  • 2
  • 23
  • 47
2
votes
0 answers

Top Level element must be a map? YAML

Im not quite sure what this aws error is trying to tell me, but i know my syntax must be off. I have run it through a YAML validator and it says it is valid. The full error is below Top level element in configuration file .ebextensions/keys.config…
Monz
  • 139
  • 1
  • 13
2
votes
1 answer

Changing the colors inside of Netbeans programatically?

So I came up today with an idea of having a java program that runs in the background on my PC and periodically checks the system time, and when I notice a change in the seasons ( Winter, Fall, Summer, Spring), I would change all the colors of the…
Tim
  • 315
  • 4
  • 23
2
votes
0 answers

PostgreSQL showball algorithm does not work on synonyms

I created custom config and synonyms for this config. Here is my synonym_custom.syn file contents gate door These are the creation scripts: CREATE TEXT SEARCH CONFIGURATION icons (copy='english'); CREATE TEXT SEARCH DICTIONARY my_synonym ( …
Jeff_Alieffson
  • 2,672
  • 29
  • 34
2
votes
1 answer

EXRM - Can I set vm.args values from the config.exs file?

Somewhat related to this question - Parametrizing node name in Elixir Exrm - is there a way to dynamically set the content of the rel/vm.args file? In the title, I suggest the use of config.exs, but I'm interested in any scheme that will allow me to…
Charlie
  • 4,197
  • 5
  • 42
  • 59
2
votes
1 answer

Spring with spring.config.location

I am trying to point at path to external configuration file like this: --spring.config.location=file: C:/Users/some_user/workspace/repository1/payment-api/payment.yml and it doesn't work. Any idea why?
user3528733
  • 1,259
  • 7
  • 20
  • 37