aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Nemtsev <enemtsev@luxoft.com>2020-02-05 17:52:38 +0300
committerEgor Nemtsev <enemtsev@luxoft.com>2020-02-18 14:50:13 +0000
commit1212d532a7cdf397e3fcdb12ae6b698553eb8b0e (patch)
tree53b2aaa8941f17f74c99a29e23141b9d7a824fba
parent0ae45ee36837a835584b4b9a3a960cd0c8c9a248 (diff)
[sysui] move app store server to http://demoappsdeploy.qt.io:8514
Fixes: AUTOSUITE-1459 Change-Id: Iaecb5a8d4339f3a97a9cb5e3b822780afc98c5bd Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com> Reviewed-by: Aleksei Korkov <akorkov@luxoft.com>
-rw-r--r--am-config-lucee.yaml2
-rw-r--r--am-config-neptune.yaml2
-rw-r--r--doc/src/neptune3ui-configure.qdoc4
3 files changed, 4 insertions, 4 deletions
diff --git a/am-config-lucee.yaml b/am-config-lucee.yaml
index 7a491ee0..d82e2b27 100644
--- a/am-config-lucee.yaml
+++ b/am-config-lucee.yaml
@@ -52,7 +52,7 @@ systemProperties:
qsrServerPort: '1111'
showSystemAppsInLauncher: no
private:
- appStoreServerUrl: 'http://chaos.pelagicore.net:8080'
+ appStoreServerUrl: 'http://demoappsdeploy.qt.io:8514'
userName: 't'
userPassword: 't'
imei: '112163001487801'
diff --git a/am-config-neptune.yaml b/am-config-neptune.yaml
index fe472528..c8775180 100644
--- a/am-config-neptune.yaml
+++ b/am-config-neptune.yaml
@@ -50,7 +50,7 @@ systemProperties:
qsrServerPort: '1111'
showSystemAppsInLauncher: no
private:
- appStoreServerUrl: 'http://chaos.pelagicore.net:8080'
+ appStoreServerUrl: 'http://demoappsdeploy.qt.io:8514'
userName: 't'
userPassword: 't'
imei: '112163001487801'
diff --git a/doc/src/neptune3ui-configure.qdoc b/doc/src/neptune3ui-configure.qdoc
index 052b80de..ebdeda74 100644
--- a/doc/src/neptune3ui-configure.qdoc
+++ b/doc/src/neptune3ui-configure.qdoc
@@ -109,7 +109,7 @@
qsrServerPort: '1111'
showSystemAppsInLauncher: no
private:
- appStoreServerUrl: 'http://chaos.pelagicore.net:9090'
+ appStoreServerUrl: 'http://demoappsdeploy.qt.io:8514'
orientation: 'Portrait'
adjustSizesForScreen: yes
@@ -151,7 +151,7 @@
If you'd like to use the \l{Qt Automotive Suite Deployment Server}, set the \c appStoreServerUrl
parameter to contain your server's base URL together with its port. Currently, the default value
- is \c{http://chaos.pelagicore.net:9090}.
+ is \c{http://demoappsdeploy.qt.io:8514}.
All of these options are also configurable from the command line as a parameter to the \c appman
utility. For more information, see \l{Qt Application Manager Configuration}.