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 subprocess
|
||||
|
||||
THRIFT_HOST = subprocess.check_output(
|
||||
"source /awips2/fxa/bin/setup.env; echo $DEFAULT_HOST",
|
||||
shell=True).strip()
|
||||
THRIFT_HOST = "edex"
|
||||
USING_NATIVE_THRIFT = False
|
||||
|
||||
if sys.modules.has_key('JavaImporter'):
|
||||
|
|
Loading…
Add table
Reference in a new issue