From 974a20320bb9ef0a1183c480ddca45804049545e Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Tue, 2 Feb 2021 21:30:36 +0100 Subject: [PATCH] tweak default config --- conf/base.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/base.conf b/conf/base.conf index 60dd5f7515..4000732019 100644 --- a/conf/base.conf +++ b/conf/base.conf @@ -111,10 +111,10 @@ chat { check_every = 15 seconds } } -study.mongodb.uri = "mongodb://127.0.0.1:27017/lichess" +study.mongodb.uri = ${mongodb.uri} puzzle { mongodb { - uri = "mongodb://127.0.0.1:27017/lichess" + uri = ${mongodb.uri} } collection { puzzle = puzzle2_puzzle