Config.json is a JSON file that stores the main settings and configuration for ASP.NET 5 applications
Questions tagged [config.json]
34 questions
0
votes
1 answer
Already included the file name.....?
Compiled with problems:X
ERROR
src/app/app.module.ts:7:35 - error TS1149: File name 'E:/Angular Project/hamza-todo-list/src/app/MyComponents/todo-item/todo-item.component.ts' differs from already included file name 'E:/Angular…

Muhammad Hamza
- 3
- 2
0
votes
0 answers
can not publish config.json under angular application domain
I need to publish my config.json file with angular.json under my application domain. config.json is located in src folder. I expose one of my module as mfe, which uses this config.json, i have not access to that file in shell, so i need this file to…
0
votes
1 answer
to extract the data in a csv file which is given in the config.json file
i have a config.json file and the data inside the config.json is
""
{
"mortalityfile":"C:/Users/DELL/mortality.csv"
}
and the mortality file is a csv file with some data..i want to extract the csv file data from the cofig.json.The code…

Chinnari
- 5
- 3
0
votes
0 answers
AWS.config.loadFromPath('./config.json') Error
I'm on step 3 of this tutorial: https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/using-lambda-functions.html
When run AWS.config.loadFromPath('./config.json')
I got bash: syntax error near unexpected token './config.json''`
I tried…

momolulu
- 1
0
votes
1 answer
:4200//assets/config.json:1 Failed to load resource: the server responded with a status of 404 (Not Found)
Using VS code angular 14
Project was updated from angular 8
ng build and ng serve works fine.
But http://localhost:4200/ give this error:
Failed to load resource: the server responded with a status of 404 (Not Found)
:4200//assets/config.json:1
And…

Marc
- 9
- 2
0
votes
2 answers
How to transform .json files in Rider
In order to have different configurations available for testing of different mobile OS's, I'm trying to create transform files in Rider on (config/appsettings).json files.
On the rider website there's a blog showing how to do exactly that for…

Erijk
- 380
- 3
- 8
0
votes
0 answers
How to expose status of all service running within Docker images under Docker ps status column/ custome column
I want to get status of all my services running within docker image while building docker container in Docker ps status column
Example while ulploading data into database so I get status of data uploading into db in docker ps status column or custom…
0
votes
0 answers
The configuration file 'config.json' was not found and not optional
I added a config.json file to my .NetCore 3.1 console app. project. It contains some key-value pairs, connection string etcetc.
Now When I am trying to run my app the exception being thrown in my Program.cs file is as:
The configuration file…

Prabir Choudhury
- 143
- 1
- 18
0
votes
0 answers
How should I configure the runtime using jar and config file and run the app in eclipse?
https://www.dropbox.com/s/g1r4fhxuz5odfaa/tmm.zip?dl=0
For running the app How can I use this command line:
java -jar TMM_x.y.z.jar -c <--path to configuration file-->

Mohan
- 41
- 7
0
votes
0 answers
Reading values from config file in ReactApp
We can create reactApp with create-react-app command. It will give a folder structure as follows:
|_ public
|_ src
|_ package.json
|_ README.md
Normally, for javascript we specify values via config.json. Can someone help me to find out what is the…

Vithursa Mahendrarajah
- 1,194
- 2
- 15
- 28
0
votes
1 answer
"Universal Android App" (template) news mobile app, list not working
sorry for bothering you. I need help with this template:
https://codecanyon.net/item/universal-full-multipurpose-android-app/6512720
I would like to insert my website (in Altervista, www.umbertoprimo.altervista.org) listing the news, but I have a…

Roly32
- 1
- 1
0
votes
1 answer
Define running environment (SIT/UAT/prod) of an app
I have an application used to call web services where base URL are different for different environment (dev/SIT/UAT/preProd/prod etc...)
So I have decided to add base URL on Config.json file.
"env:development": {
"BASE_URL" : "https://xxxx/api/"…

Raju Mahato
- 129
- 2
- 14
0
votes
1 answer
Postgres dialect is not working in sequelize
Running my Express project on a Windows 10 machine with pgAdmin4.
In sequelize/config.json file with postgres dialect, Sequelize gives some error.
"development": {
"username": "root",
"password": null,
"database":…

mhasan
- 15
- 4
0
votes
0 answers
Unable to run Stencil Locally
I have followed all the steps to integrate stencil locally but I am facing an issue on running it locally. http://localhost:3000/ isn't redirecting.
Whereas when I am trying to insert URL directly it shows me the error page of my theme.
Here is a…

Zarana Padharia
- 1
- 3
0
votes
1 answer
appsettings in json file in new C# class library project
Well this shouldn't be this hard, I have a Class library package (new version from VS2015). Since I am referencing .Net 4.6 in the rest of the solution I removed the asp.Net5.4 completely from the project.json file for this library. I added the…

dinotom
- 4,990
- 16
- 71
- 139