From e3565202903a051b19aa76b81a0b5f9f3fdea996 Mon Sep 17 00:00:00 2001 From: r Date: Wed, 18 Dec 2019 16:12:09 +0000 Subject: [PATCH] Change default database directory --- .gitignore | 2 +- default.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bb908cd..9608799 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ web -database.db +database diff --git a/default.conf b/default.conf index 00d02a9..a50ad6f 100644 --- a/default.conf +++ b/default.conf @@ -4,4 +4,4 @@ client_scope=read write follow client_website=http://localhost:8080 static_directory=static templates_glob_pattern=templates/* -database_path=database.db +database_path=database