Changes default port

Current default port is 9814, which represents the white chess tower in ASCII
This commit is contained in:
Sergi Delgado Segura
2019-07-08 15:54:52 +01:00
parent 1028a94f64
commit c1b2dee1e1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
DEFAULT_PISA_API_SERVER = 'localhost'
DEFAULT_PISA_API_PORT = 2222
DEFAULT_PISA_API_PORT = 9814

View File

@@ -1,2 +1,2 @@
HOST = 'localhost'
PORT = 2222
PORT = 9814