diff options
author | r <r@freesoftwareextremist.com> | 2019-12-18 16:12:09 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2019-12-18 16:12:09 +0000 |
commit | e3565202903a051b19aa76b81a0b5f9f3fdea996 (patch) | |
tree | 8634680394ce0b8267d58b16f8368a70ce530b4e | |
parent | 6d800ddd76b6f7d0f8c899fa3ef7fca3e9a13533 (diff) | |
download | bloat-e3565202903a051b19aa76b81a0b5f9f3fdea996.tar.gz bloat-e3565202903a051b19aa76b81a0b5f9f3fdea996.zip |
Change default database directory
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | default.conf | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |