Edit .env sample
This commit is contained in:
parent
eb6f2066df
commit
d3c44d7180
|
@ -3,3 +3,7 @@ OWM_LANG=lang-open-weather-map
|
||||||
OWM_UNITS=units-open-weather-map
|
OWM_UNITS=units-open-weather-map
|
||||||
|
|
||||||
TELEGRAM_TOKEN=your-telegram-bot-token
|
TELEGRAM_TOKEN=your-telegram-bot-token
|
||||||
|
|
||||||
|
DB_HOST=mongodb://host:port/db
|
||||||
|
DB_USER=user
|
||||||
|
DB_PASSWORD=password
|
||||||
|
|
Loading…
Reference in New Issue