diff --git a/pisa-btc/apps/__init__.py b/pisa-btc/apps/__init__.py index 452f264..3281608 100644 --- a/pisa-btc/apps/__init__.py +++ b/pisa-btc/apps/__init__.py @@ -1,2 +1,2 @@ DEFAULT_PISA_API_SERVER = 'localhost' -DEFAULT_PISA_API_PORT = 2222 \ No newline at end of file +DEFAULT_PISA_API_PORT = 9814 \ No newline at end of file diff --git a/pisa-btc/pisa/__init__.py b/pisa-btc/pisa/__init__.py index 46e14d4..5fd2667 100644 --- a/pisa-btc/pisa/__init__.py +++ b/pisa-btc/pisa/__init__.py @@ -1,2 +1,2 @@ HOST = 'localhost' -PORT = 2222 \ No newline at end of file +PORT = 9814 \ No newline at end of file