提交 f562a85f 编写于 作者: Y Yiming Liu

Update portal port

上级 0702ffc7
......@@ -51,6 +51,8 @@ public class ApolloApplication {
/**
* Portal
*
* WARNING: Do not start portal at the same pool as configservice, they will conflict on 8080
*/
if (commonContext.getEnvironment().containsProperty("portal")) {
ConfigurableApplicationContext portalContext =
......
#!/bin/bash
SERVICES='--configservice --adminservice --portal'
SERVICES='--configservice --adminservice'
......@@ -33,6 +33,8 @@ APP_SHUTDOWN_SCRIPT=$APP_DIR/scripts/shutdown.sh
chmod +x $APP_SHUTDOWN_SCRIPT
if [ -e $APP_STARTUP_SCRIPT ];then
$APP_SHUTDOWN_SCRIPT
echo "Sleeping 5s to wait shutting down"
sleep 5s
fi
mkdir -p $APP_RELEASE_DIR
......
spring.application.name= apollo-portal
apollo.portal.env= dev,fat,uat
ctrip.appid= 100003173
server.port= 8070
server.port= 8080
logging.file= /opt/logs/100003173/apollo-portal.log
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册