Security: protect app with HTTP Basic Auth

This commit is contained in:
Ponte
2026-02-11 19:56:57 +01:00
parent ce40912629
commit 621beee036
5 changed files with 25 additions and 1 deletions

View File

@@ -1,10 +1,14 @@
# Mets 7000 si le port est libre, sinon garde 7001
APP_PORT=7001
# API backend (etape 1 migration)
# API backend
API_PORT=7002
# Base dediee a l'application video games
VG_DB_NAME=video_games
VG_DB_USER=video_games_user
VG_DB_PASSWORD=change_me
# Auth de l'interface web
APP_BASIC_AUTH_USER=beuz
APP_BASIC_AUTH_PASSWORD=change_me_now