Initial commit of auth server

This commit is contained in:
2020-09-16 21:41:55 +00:00
parent c8d5cece83
commit 53ae4c31bb
7 changed files with 201 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Auth server secrets file, don't commit to version control!
# Auth token, used by Spaceport to authenticate
# Set this to random characters
# For example, use the first output of this:
# head /dev/urandom | sha1sum
AUTH_TOKEN = ''