Compare commits

...

2 Commits

Author SHA1 Message Date
a9b82a299a [run] Port (#165)
Change develop port 8001 -> 8000
2021-05-31 09:25:59 +03:00
46961db654 Merge branch release/v6.3.0 into master 2021-05-20 11:58:44 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"server": {
"port": 3000,
"siteUrl": "http://127.0.0.1:8001/",
"siteUrl": "http://127.0.0.1:8000/",
"apiUrl": "web-apps/apps/api/documents/api.js",
"preloaderUrl": "web-apps/apps/api/documents/cache-scripts.html"
}

View File

@ -1,7 +1,7 @@
{
"server": {
"port": 3000,
"siteUrl": "http://127.0.0.1:8001/",
"siteUrl": "http://127.0.0.1:8000/",
"apiUrl": "web-apps/apps/api/documents/api.js",
"preloaderUrl": "web-apps/apps/api/documents/cache-scripts.html"
}

View File

@ -1,7 +1,7 @@
{
"server": {
"port": 80,
"siteUrl": "http://127.0.0.1:8001/",
"siteUrl": "http://127.0.0.1:8000/",
"apiUrl": "web-apps/apps/api/documents/api.js",
"preloaderUrl": "web-apps/apps/api/documents/cache-scripts.html"
}