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