mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
use default port 4200 for development (#322)
This commit is contained in:
committed by
Cilibiu Bogdan
parent
c4b03e2bb4
commit
d586073705
@@ -28,7 +28,7 @@ exports.config = {
|
||||
|
||||
directConnect: true,
|
||||
|
||||
baseUrl: 'http://localhost:3000',
|
||||
baseUrl: 'http://localhost:4200',
|
||||
|
||||
framework: 'jasmine2',
|
||||
jasmineNodeOpts: {
|
||||
|
Reference in New Issue
Block a user