From d3c44d7180a41a465748515f52e4b41ebcfe778a Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frsposito@users.noreply.github.com> Date: Mon, 26 Aug 2019 17:52:19 +0200 Subject: [PATCH] Edit .env sample --- .env.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.sample b/.env.sample index 5691fa5..ca630bc 100644 --- a/.env.sample +++ b/.env.sample @@ -3,3 +3,7 @@ OWM_LANG=lang-open-weather-map OWM_UNITS=units-open-weather-map TELEGRAM_TOKEN=your-telegram-bot-token + +DB_HOST=mongodb://host:port/db +DB_USER=user +DB_PASSWORD=password