Sauvegarde initiale de l'application

This commit is contained in:
2024-12-15 19:46:39 +01:00
commit 75dcd7df5a
25 changed files with 1108 additions and 0 deletions

15
config.yaml Normal file
View File

@@ -0,0 +1,15 @@
port: 3000
targetCoordinates:
latitude: 45.141916
longitude: 4.075059
assets:
backgroundImage: "static/img/fond.jpg"
arrowApproaching: "static/img/fleche_rouge.png"
arrowMovingAway: "static/img/fleche_bleu.png"
bart: "static/img/bart.png"
userFile: "data/baptiste.yaml" # Chemin vers le fichier user.yaml
position_update: 2 # Temps en secondes entre chaque mise à jour de la position
pin_offset:
x: -0 # Décalage horizontal (en pixels)
y: -0 # Décalage vertical (en pixels)
nb_valeur_gps_moy: 5