new file: .env.example

new file:   .gitignore
	new file:   Dockerfile
	new file:   README.md
	new file:   app.py
	new file:   app/__init__.py
	new file:   app/game.py
	new file:   app/models.py
	new file:   app/routes.py
	new file:   app/seed.py
	new file:   data/movies.json
	new file:   docker-compose.yml
	new file:   requirements.txt
	new file:   static/css/style.css
	new file:   static/js/game.js
	new file:   static/js/player.js
	new file:   templates/index.html
This commit is contained in:
SimolZimol
2026-08-07 20:48:08 +02:00
commit 526b0353e7
17 changed files with 2722 additions and 0 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
# Filmdle Umgebungsvariablen (Coolify / docker-compose)
# PostgreSQL
DB_HOST=localhost
DB_PORT=5432
DB_USER=filmdle
DB_PASSWORD=changeme
DB_DATABASE=filmdle
# Flask
SECRET_KEY=change-me-to-a-long-random-string
# Spiel
MAX_ATTEMPTS=10
# Globale Uhrzeit (UTC) fuer den Taeglichen Reset / neue Tages-Filmwahl um 09:00 UTC
DAILY_RESET_UTC=9