Initial commit of auth server
This commit is contained in:
7
authserver/secrets.py.example
Normal file
7
authserver/secrets.py.example
Normal 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 = ''
|
Reference in New Issue
Block a user