umbrello-api/.env.sample

10 lines
177 B
Plaintext
Raw Permalink Normal View History

2019-08-15 22:48:54 +02:00
OWM_TOKEN=your-open-weather-map-token-api
2019-09-05 19:07:57 +02:00
OWM_LANG=it
OWM_UNITS=metric
2019-08-15 22:48:54 +02:00
TELEGRAM_TOKEN=your-telegram-bot-token
2019-08-26 17:52:19 +02:00
DB_HOST=mongodb://host:port/db
DB_USER=user
DB_PASSWORD=password