add .env variables
This commit is contained in:
parent
f9b409c177
commit
9e38ed5a90
12
README.md
12
README.md
|
@ -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/).
|
||||||
|
|
Loading…
Reference in New Issue