blob: 2bc4fbb26c88e26424de0aa32782607ad4c0500f (
plain)
1
2
3
4
5
6
7
8
9
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=
|