From a7272af0c8d820f8c5dd141198ecaa57686bffe3 Mon Sep 17 00:00:00 2001 From: Wu Wenxiang Date: Tue, 3 May 2022 08:44:34 -0700 Subject: [PATCH] doc: add sqlite connection string example add sqlite connection string in skyline.yaml.sample Change-Id: I117f8c51eee9d007399b1e2342952654dbe92db6 --- etc/skyline.yaml.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/skyline.yaml.sample b/etc/skyline.yaml.sample index 445e96e..255c86c 100644 --- a/etc/skyline.yaml.sample +++ b/etc/skyline.yaml.sample @@ -3,6 +3,7 @@ default: access_token_renew: 1800 cors_allow_origins: [] database_url: mysql://root:root@localhost:3306/skyline + # database_url: sqlite:////tmp/skyline.db debug: false log_dir: ./log prometheus_basic_auth_password: ''