From 3841efad9290a9634933a0f37f48a26443762354 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 2 Jun 2024 15:47:52 +0200 Subject: [PATCH] Continue Flask migration. --- conf.yml-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.yml-example b/conf.yml-example index b7950f1..0152029 100644 --- a/conf.yml-example +++ b/conf.yml-example @@ -1,5 +1,5 @@ flask_settings: - SQLALCHEMY_DATABASE_URI: 'mysql://metrics:FIXME@mysql-server/metrics' + SQLALCHEMY_DATABASE_URI: 'sqlite:///thermostat.db' api_key: "FIXME"