diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..d65b9af --- /dev/null +++ b/.env.sample @@ -0,0 +1,6 @@ +TELEGRAM_TOKEN=token-here +UMBRELLO_API_URL=url-here + +DB_HOST=mongodb://host:port/db +DB_USER=user +DB_PASSWORD=pass