Skip to content
Snippets Groups Projects
Commit caace678 authored by Felix Baumann's avatar Felix Baumann
Browse files

Konfigurierbarkeit der IP-Adresse, auf der gelauscht wird

parent 4d62255a
No related branches found
No related tags found
No related merge requests found
# Defaults for development ,do not use in production!
DEBUG = False
SERVER_IP = 'localhost'
VIDEOPREFIX = 'https://videoag.fsmpi.rwth-aachen.de'
VIDEOMOUNT = [{'mountpoint': 'files/protected/', 'prefix':'protected/'},{'mountpoint':'files/pub/','prefix':'pub/' }, {'mountpoint':'files/vpnonline/','prefix':'vpnonline/' }]
#SECRET_KEY = 'something random'
......
......@@ -2,4 +2,4 @@
from server import *
if __name__ == '__main__':
app.run(threaded=True)
app.run(threaded=True, host=config['SERVER_IP'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment