Compare commits
1 Commits
ad0351e9ab
...
072536a04c
Author | SHA1 | Date | |
---|---|---|---|
072536a04c |
@ -5,7 +5,7 @@ import os
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
app.config["PROMETHEUS_API_BASE"] = "http://[::1]:9090"
|
||||
app.config["PROMETHEUS_API_BASE"] = "https://[::1]:9090"
|
||||
|
||||
if "UPTIMESTATUS_SETTINGS" in os.environ:
|
||||
app.config.from_envvar('UPTIMESTATUS_SETTINGS')
|
||||
|
Loading…
Reference in New Issue
Block a user