From f3c89debf2c7fe23d054cca2facc701ba2dee237 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 30 Nov 2021 10:53:39 -0500 Subject: Add example production environment file --- Biz/Dragons/env | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Biz/Dragons/env (limited to 'Biz') 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= -- cgit v1.2.3