From 1585395e7e530665c565b88fea15cbea68d3a88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Sun, 1 Oct 2017 14:50:19 +0200 Subject: Initial public release --- config/secrets.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/secrets.md (limited to 'config/secrets.md') diff --git a/config/secrets.md b/config/secrets.md new file mode 100644 index 0000000..51f548d --- /dev/null +++ b/config/secrets.md @@ -0,0 +1,7 @@ +# Flask Secret +Used throughout Flask for everything encryption related. +Just put any random string here, this is the key for the encryptions. + +# Steam Token +You need an API token, to query the steam API. +Get your API token here: http://steamcommunity.com/dev/apikey -- cgit v1.2.3