Add configuration

This commit is contained in:
Bálint Bokros 2017-11-17 15:41:55 +01:00
parent 4dd0abbba0
commit 8e6b432719
1 changed files with 5 additions and 0 deletions

5
config.py Normal file
View File

@ -0,0 +1,5 @@
import os
PUBLISHER_PORT = os.getenv('PUBLISHER_PORT', 7654)
RECEIVER_PORT = os.getenv('RECEIVER_PORT', 8765)
WEB_PORT = os.getenv('WEB_PORT', 4242)