Skip to content
Snippets Groups Projects
Commit 540fdba5 authored by Jan Bernoth's avatar Jan Bernoth
Browse files

changed dev environment to localhost

parent 9c969333
No related branches found
No related tags found
1 merge request!162changed dev environment to localhost
Pipeline #102514 passed
......@@ -65,7 +65,13 @@
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
"namedChunks": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.dev.ts"
}
]
}
}
},
......
......@@ -6,7 +6,7 @@
export const environment = {
production: false,
apiUrl: 'https://oneup-02.cs.uni-potsdam.de/',
apiUrl: 'http://localhost:8000/',
};
import 'zone.js/dist/zone-error'; // Included with Angular CLI.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment