configuration Questions
8
I'm using two environments, one with 24" screen, second one with 15". I need default font size of content of project/package explorer in the first one, but small font size for the other one.
Is th...
Gonsalve asked 16/12, 2010 at 23:7
8
Solved
Java successfully recognizes the path in my application.properties file when I have the path configured as below:
pathToInputFile=/kcs/data/incoming/ready/
pathToInputFileProcess=/kcs/data/incomin...
Eddy asked 15/2, 2010 at 3:29
6
I have a file appsettings.json that looks like this:
{
"MyConfig": {
"ConfigA": "value",
"ConfigB": "value"
}
}
In my Startup.cs I'm building my IConfiguration:
public ConfigurationRoot Con...
Barros asked 15/5, 2017 at 7:1
2
Solved
Background:
I'm trying to config ESLint and Prettier using .eslintrc.js and .prettierrc.js by starting with some extends like:
eslint:recommended
plugin:@typescript-eslint/recommended
prettier/@ty...
Culpable asked 7/9, 2020 at 10:3
6
Solved
Is it possible to reference system environment variables (as opposed to Java system properties) in a log4j xml configuration file?
I'd like to be able to do something like:
<level value="${env...
Teleprinter asked 14/10, 2008 at 13:42
2
Solved
I have a Spring Boot 2.7.14 application packaged as follows:
com.abc.globalpayments.feeds.downstream.dailycashreport
com.abc.globalpayments.feeds.downstream.dailycashreport.acquire
com.abc.globalpa...
Lobar asked 10/8, 2023 at 14:49
4
Solved
In Nginx, what's the difference between variables $host and $http_host.
Devonna asked 14/3, 2013 at 16:25
5
I am running Redis on Windows and have not been able to run it using the config file.
I tried running:
redis-server 'filepath'/conf/redis.conf
but I get the error saying
"redis fatal error c...
Nally asked 10/4, 2017 at 17:21
9
Solved
I upgraded from an older lubutu release to 14, now running PHP 5.5 and phpMyAdmin 4.0.10deb1, I regularly move small MySQL database exports between hosts (700KB gzip, around 7-10MB decompressed SQL...
Benedictine asked 4/6, 2014 at 8:59
29
Solved
I have set up my AppSettings data in file appsettings/Config .json like this:
{
"AppSettings": {
"token": "1234"
}
}
I have searched online on how to read AppSettings values from .json file, ...
Suu asked 16/7, 2015 at 11:57
27
Solved
I am making the effort to learn Vim.
When I paste code into my document from the clipboard, I get extra spaces at the start of each new line:
line
line
line
I know you can turn off auto inden...
Dalenedalenna asked 25/3, 2010 at 9:52
3
Solved
Laravel has a .env file that contains various variables. Is there a way to get all the variables in one line of PHP code? I don't want to write
echo env('APP_DEBUG')
echo env('APP_URL')
etc...
I...
Hjerpe asked 31/7, 2019 at 8:54
3
Solved
I recently installed version 2017.2 of IntelliJ IDEA. I would like to keep my settings from my old 2017.1 version. IntelliJ's support site shows the following dialog box that is supposed to show up...
Sidereal asked 20/7, 2017 at 16:3
4
I would like to bind configuration to record type.
This is definition of configuration type (it is without parameterless constructor):
public record AppConfiguration(string ConnectionString);
This...
Filiate asked 23/1, 2021 at 12:55
4
Solved
I have my log4j2.xml config file set to be checked every 30 seconds:
<Configuration status="WARN" monitorInterval="30">
...
</Configuration>
Is it possible to programmatically tell ...
Karenkarena asked 29/1, 2015 at 13:45
3
Solved
I'm currently in the process of upgrading my app from v12 to v13 and noticed this warning pop up:
Option "deployUrl" is deprecated: Use "baseHref" option, "APP_BASE_HREF&qu...
Bound asked 31/3, 2022 at 15:56
5
I am currently creating an Asp.NET Core 3.1 API Application. In it, I have a launchSettings.json that looks like the following:
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuth...
Bridgers asked 18/12, 2019 at 18:53
5
Solved
While tests are running, the number of tests run so far is ephemerally displayed, but how can I print the total number of tests that were run to the console after all tests have run?
Configuring t...
Superfluity asked 11/5, 2016 at 21:1
7
Solved
I managed to change my project name, but how do I change the name displayed directly to the left of "iOS Simulator"?
Transgression asked 7/5, 2013 at 9:51
4
I have the situation where sshd should permit sftp only access to a group of users.
This is easily done by adding a match section like
Match Group groupname
ChrootDirectory /srv/ftp
ForceComman...
Mantle asked 31/5, 2012 at 8:11
7
For the normal IOptions interface, you can manually build an instance e.g. this SO question.
Is there any equivalent way to make an IOptionsMonitor instance without using DI?
Bourgeoisie asked 4/12, 2018 at 1:28
6
I'd like to add a new property source that could be used to read property values in an application. I'd like to do this using Spring. I have a piece of code like this in a @Configuration class:
@B...
Kerch asked 14/11, 2015 at 23:14
11
Solved
XDebug offers the configuration directive xdebug.profiler_enable_trigger that allows to activate profiling by passing the GET or POST parameter "XDEBUG_PROFILE" when calling a script via ...
Heel asked 18/2, 2010 at 12:40
6
Solved
I would like to edit my default settings in Sublime Text 3 (beta build 3059) to not ignore the Vintage package - via Preferences > Settings - Default. I am running Sublime Text on Windows 7 Pro x64...
Rind asked 9/4, 2014 at 4:4
11
Solved
I have a toy Java project set up with Gradle in IntelliJ IDEA 13.1.2. It compiles and runs fine, but the IDE highlights 'google' in
import com.google.common.base.Strings;
as red and warns "Canno...
Wingate asked 6/7, 2014 at 22:14
© 2022 - 2024 — McMap. All rights reserved.