init
This commit is contained in:
parent
45b192137d
commit
69567aef0d
@ -1,4 +1,4 @@
|
|||||||
# git\_with\_api
|
# Get\_data\_fromAPIGit
|
||||||
|
|
||||||
This project uses Quarkus, the Supersonic Subatomic Java Framework.
|
This project uses Quarkus, the Supersonic Subatomic Java Framework.
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
github.api.url=https://api.github.com
|
github.api.url=https://api.github.com
|
||||||
github.api.token=token
|
github.api.token=your_github_api_token_here
|
||||||
quarkus.rest-client.github-api.url=${github.api.url}
|
quarkus.rest-client.github-api.url=${github.api.url}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user