add .env variables

This commit is contained in:
Marco Cavalli 2023-10-11 11:25:50 +02:00
parent f9b409c177
commit 9e38ed5a90
1 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,18 @@
# Gitea Issues Exporter
Simple application built on [Lumen](https://lumen.laravel.com) to export as csv file closed issues with tracked time on a gitea instance.
Simple application built on [Lumen](https://lumen.laravel.com) to export as csv file closed issues with tracked time on a gitea instance.
## .env
Some constants have been added to handle authentication and connection to the Gitea instance APIs.
```
APP_PASSWORD=
GITEA_ORGANIZATION=
GITEA_URL=
GITEA_TOKEN=
```
## License