Skip to content

Commit

Permalink
Ensure SDC_PORT constant is present
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtiv1 authored and dimaspivak committed May 21, 2018
1 parent 436689e commit f0b28b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
SSL_SERVER_PASSWORD = 'serverpass'
SSL_CLIENT_PASSWORD = 'clientpass'

SDC_PORT = 18630

logger = logging.getLogger('clusterdock.{}'.format(__name__))


Expand Down

0 comments on commit f0b28b5

Please sign in to comment.