1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-20 22:01:41 +00:00
senpy/config.py
J. Fernando Sánchez 92e0684359 Simple server
2014-07-13 15:39:31 +02:00

5 lines
99 B
Python

import os
SERVER_PORT = os.environ.get("SERVER_PORT", 5000)
DEBUG = os.environ.get("DEBUG", True)