diff options
-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 |