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

@ -2,6 +2,18 @@
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 ## License
Gitea Issues Exporter is open-sourced software licensed under the [GPLv3 license](https://opensource.org/license/gpl-2-0/). Gitea Issues Exporter is open-sourced software licensed under the [GPLv3 license](https://opensource.org/license/gpl-2-0/).