default DAF server to locally resolved edex
Former-commit-id: 07b8d03d55
This commit is contained in:
parent
28f92948a0
commit
4aa7e4aefe
1 changed files with 1 additions and 3 deletions
|
@ -43,9 +43,7 @@
|
||||||
import sys
|
import sys
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
THRIFT_HOST = subprocess.check_output(
|
THRIFT_HOST = "edex"
|
||||||
"source /awips2/fxa/bin/setup.env; echo $DEFAULT_HOST",
|
|
||||||
shell=True).strip()
|
|
||||||
USING_NATIVE_THRIFT = False
|
USING_NATIVE_THRIFT = False
|
||||||
|
|
||||||
if sys.modules.has_key('JavaImporter'):
|
if sys.modules.has_key('JavaImporter'):
|
||||||
|
|
Loading…
Add table
Reference in a new issue