Skip to content

Commit c33952e

Browse files
committed
Changed container log fetch way
1 parent fd30b95 commit c33952e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

archon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ if [ "$api_server" == "/" ];
2626
fi
2727

2828

29-
exec ./archon-0.1.linux.amd64 -sso-client-id=$client_id -api-server=$api_server -sso-server=$sso_server -entry-server=$ws_scheme"://entry."$environ -mode=frontend
29+
exec ./archon-0.1.linux.amd64 -sso-client-id=$client_id -api-server=$api_server -sso-server=$sso_server -log-server=$console_api_scheme"://lxcmond."$environ -entry-server=$ws_scheme"://entry."$environ -mode=frontend

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ redirect_uri="http://console.lain.cloud/api/v1/authorize/"
44
console_api_scheme="http"
55
sso_server="https://sso.lain.com"
66
console_api_server="/"
7-
mysql_host="172.0.0.1"
7+
mysql_host="127.0.0.1"
88
mysql_dbname="console"
99
mysql_port="3306"
1010
mysql_user="console"

lain.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
appname: console
22

33
build:
4-
base: laincloud/centos-lain:20171212
4+
base: laincloud/centos-lain:20180103
55
prepare:
66
version: "20171212"
77
script:

0 commit comments

Comments
 (0)