Init Commit

This commit is contained in:
2025-09-12 22:47:41 +02:00
commit 071c582edd
12 changed files with 221 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
POSTGRES_USER=steamuser
POSTGRES_PASSWORD=steampass
POSTGRES_DB=steam_db
DATABASE_URL=postgresql+psycopg2://steamuser:steampass@db:5432/steam_db
STEAM_API_KEY=YOUR_STEAM_KEY
FLASK_DEBUG=False