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