-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env
More file actions
14 lines (13 loc) · 903 Bytes
/
Copy path.env
File metadata and controls
14 lines (13 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Important!!!
# https://developer.github.com/v3/#rate-limiting
# For unauthenticated requests, the rate limit allows for up to 60 requests per hour.
# Unauthenticated requests are associated with the originating IP address, and not the user making requests.
RETRY_TIME_IF_ERROR_GET_TAG=25s
RETRY_TIME_GET_TAG=4m
# Your username and password for github.
# You are not required to enter it! Use at your own risk.
# This data is nowhere and not used in any way except to check the version of the application (for requests to the Github API, see the file autoupdater.sh).
# q: Can I do without them? - yes, just leave the variable blank or comment out at all.
# q: What will it give you? - You can execute not 60, but 5000 API requests to GitHub. (necessary if you want to increase the frequency of requesting versions of new tags)
# example for using: GH_CREDENTIAL='-u login:password'
GH_CREDENTIAL=