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