feat: public_url photobooth pour les medias dans la galerie
This commit is contained in:
@@ -23,9 +23,10 @@ class AppConfig:
|
||||
|
||||
@dataclass
|
||||
class PhotoboothConfig:
|
||||
base_url: str = "http://localhost:8083"
|
||||
base_url: str = "http://localhost:8000"
|
||||
public_url: str = "" # URL publique pour les medias (ex: https://photobooth.lessapinsduweb.com)
|
||||
data_dir: str = "/home/pi/photobooth-data"
|
||||
config_file: str = "/home/pi/.config/photobooth-app/config.json"
|
||||
config_file: str = "/home/pi/photobooth-data/config/config.json"
|
||||
media_dir: str = "/home/pi/photobooth-data/media/processed_full"
|
||||
userdata_dir: str = "/home/pi/photobooth-data/userdata"
|
||||
show_delete_button: bool = False
|
||||
|
||||
Reference in New Issue
Block a user