diff options
Diffstat (limited to 'Biz/Dragons/env.sh')
-rw-r--r-- | Biz/Dragons/env.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Biz/Dragons/env.sh b/Biz/Dragons/env.sh new file mode 100644 index 0000000..2bc4fbb --- /dev/null +++ b/Biz/Dragons/env.sh @@ -0,0 +1,10 @@ +# shellcheck disable=all +# This is an example env file for Dragons.dev. Copy this to /run/dragons/env and +# fill in the values. +# +# These can be retrieved from https://github.com/settings/applications/1428824 +GITHUB_CLIENT_SECRET= +GITHUB_CLIENT_ID= +# +# This is just a UUID, can be grabbed from /proc/sys/kernel/random/uuid +GITHUB_CLIENT_STATE= |