Frontend launch.json
This commit is contained in:
24
Frontend/.vscode/launch.json
vendored
24
Frontend/.vscode/launch.json
vendored
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
"version": "0.2.0",
|
||||||
"version": "0.2.0",
|
"configurations": [
|
||||||
"configurations": [
|
{
|
||||||
{
|
"type": "chrome",
|
||||||
"name": "ng test",
|
"request": "launch",
|
||||||
"type": "chrome",
|
"name": "Launch Chrome against localhost",
|
||||||
"request": "launch",
|
"url": "http://localhost:4200",
|
||||||
"preLaunchTask": "npm: test",
|
"webRoot": "${workspaceFolder}",
|
||||||
"url": "http://localhost:9876/debug.html"
|
"userDataDir": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -7,8 +7,8 @@ export const environment = {
|
|||||||
appName: "LOCAL_DiunaBI",
|
appName: "LOCAL_DiunaBI",
|
||||||
production: false,
|
production: false,
|
||||||
api: {
|
api: {
|
||||||
//url: "http://localhost:5400/api"
|
url: "http://localhost:5400/api"
|
||||||
url: "https://diunabi-morska.bim-it.pl/api"
|
//url: "https://diunabi-morska.bim-it.pl/api"
|
||||||
},
|
},
|
||||||
google: {
|
google: {
|
||||||
clientId: "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com"
|
clientId: "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user