diff options
author | Ben Sima <ben@bsima.me> | 2021-11-30 10:53:39 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-30 10:53:39 -0500 |
commit | f3c89debf2c7fe23d054cca2facc701ba2dee237 (patch) | |
tree | a3b3375436d185b290a9542da83ffd015215bfc6 | |
parent | 03ec537b1ee14f3304e9951f810085a90c61c44d (diff) |
Add example production environment file
-rw-r--r-- | Biz/Dragons/env | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Biz/Dragons/env b/Biz/Dragons/env new file mode 100644 index 0000000..86a2f69 --- /dev/null +++ b/Biz/Dragons/env @@ -0,0 +1,9 @@ +# 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= |