mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-08 07:21:36 +01:00
fix: remove obsolete check for signal user file
This commit is contained in:
@@ -22,7 +22,6 @@ from sqlalchemy.sql.expression import func
|
||||
|
||||
|
||||
HOST = "icinga.atlantishq.de"
|
||||
SIGNAL_USER_FILE = "signal_targets.txt"
|
||||
app = flask.Flask("Signal Notification Gateway")
|
||||
app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite:///sqlite.db"
|
||||
db = SQLAlchemy(app)
|
||||
|
||||
Reference in New Issue
Block a user