anpassungen an kundenserver
This commit is contained in:
@@ -12,7 +12,7 @@ EMAIL_SENDER = "clickcandit@gmail.com"
|
||||
EMAIL_PASSWORD = "iuxexntistlwilhl"
|
||||
|
||||
app = Flask(__name__)
|
||||
app.secret_key = "SUPER_SECRET_KEY" # Bitte anpassen
|
||||
app.secret_key = "fiudsh9uw4hefjsefnjdsdh"
|
||||
|
||||
DATABASE = 'clickcandit.db'
|
||||
|
||||
@@ -793,4 +793,4 @@ def get_weather(city):
|
||||
# ------------------------------------------------------------
|
||||
if __name__ == '__main__':
|
||||
init_db()
|
||||
app.run(debug=True)
|
||||
app.run(debug=True, port=9559, host="0.0.0.0")
|
||||
|
||||
Reference in New Issue
Block a user