default DAF server to locally resolved edex
Former-commit-id: bb1c584239f1574b7f2a93dd004b8d0f50af8148 [formerly07b8d03d55
] Former-commit-id:0b35183a8f
This commit is contained in:
parent
fee97d57cc
commit
a365e8d8b8
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