Sign in
apache
/
linkis
/
52970ca75c1d559aade133c0564cc3f96aab9b44
/
.
/
web
/
config.sh
blob: 4273ff7e5811c27790753cdcb188e890cd6cb57c [
file
] [
log
] [
blame
]
#Configuring front-end ports
linkis_port
=
"8088"
#URL of the backend linkis gateway
linkis_url
=
"http://localhost:20401"
#linkis ip address
linkis_ipaddr
=
$
(
ip addr
|
awk
'/^[0-9]+: / {}; /inet.*global/ {print gensub(/(.*)\/(.*)/, "\\1", "g", $2)}'
)