diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/lobby.json.example | 30 | ||||
-rw-r--r-- | config/secrets.json.example | 4 | ||||
-rw-r--r-- | config/secrets.md | 7 |
3 files changed, 41 insertions, 0 deletions
diff --git a/config/lobby.json.example b/config/lobby.json.example new file mode 100644 index 0000000..35891ce --- /dev/null +++ b/config/lobby.json.example @@ -0,0 +1,30 @@ +{ + "76561198002556232": { "main": "Cicco" }, + "76561198196226474": { "main": "Cicco" }, + "76561197980760765": { "main": "CoNo" }, + "76561197961395108": { "main": "Crackhead" }, + "76561198173319946": { "main": "Crackhead" }, + "76561198134086527": { "main": "Crosby" }, + "76561198236978570": { "main": "Crosby" }, + "76561198057870737": { "main": "Dark Nightfall" }, + "76561197960356051": { "main": "Der n00b" }, + "76561197985005183": { "main": "MaD-.^" }, + "76561198155724084": { "main": "MaD-.^" }, + "76561198195069474": { "main": "MaD-.^" }, + "76561198274742338": { "main": "MaD-.^" }, + "76561198075447635": { "main": "Monte" }, + "76561197963063991": { "main": "Penguin" }, + "76561198155270977": { "main": "Penguin" }, + "76561198157995991": { "main": "Penguin" }, + "76561198091264830": { "main": "Pitchblack" }, + "76561198118197952": { "main": "Quinto" }, + "76561198213556884": { "main": "Quinto" }, + "76561198041000035": { "main": "Seas" }, + "76561197967103924": { "main": "Smoky" }, + "76561197975243134": { "main": "Smoky" }, + "76561198128110622": { "main": "Steak" }, + "76561198036851146": { "main": "Stranger" }, + "76561198161286427": { "main": "Stranger" }, + "76561198213233440": { "main": "Stranger" }, + "76561198215648187": { "main": "Stranger" } +} diff --git a/config/secrets.json.example b/config/secrets.json.example new file mode 100644 index 0000000..726b04e --- /dev/null +++ b/config/secrets.json.example @@ -0,0 +1,4 @@ +{ + "flask_secret": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "steam_token": "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ" +} 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 |