aboutsummaryrefslogtreecommitdiff
path: root/src/conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf')
-rw-r--r--src/conf/conf.cfg-sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf/conf.cfg-sample b/src/conf/conf.cfg-sample
index b1dde26f..160c4629 100644
--- a/src/conf/conf.cfg-sample
+++ b/src/conf/conf.cfg-sample
@@ -12,7 +12,7 @@ token_validity_period = 3600
log_path = ./var/log/newspipe.log
log_level = info
[database]
-database_url = postgres://pgsqluser:pgsqlpwd@127.0.0.1:5432/aggregator
+database_url = sqlite:///newspipe.db
[crawler]
crawling_method = default
default_max_error = 6
bgstack15