17 lines
405 B
Plaintext
17 lines
405 B
Plaintext
# Sample ENV setup Variables (YAML)
|
|
# Copy this file and update as needed.
|
|
#
|
|
# $ cp env.sample .env
|
|
#
|
|
# Do not include this new file in source control
|
|
# Github Credentials
|
|
# Generate your token here: https://github.com/settings/tokens
|
|
# No additional permission required, this is just to avoid github api rate limits
|
|
#
|
|
|
|
domain: https://domain.com/extensions
|
|
|
|
github:
|
|
username: USERNAME
|
|
token: TOKEN
|