- Mise à jour VERSION vers 3.3.4 - Optimisations et révisions architecture API (deploy-api.sh, scripts de migration) - Ajout documentation Stripe Tap to Pay complète - Migration vers polices Inter Variable pour Flutter - Optimisations build Android et nettoyage fichiers temporaires - Amélioration système de déploiement avec gestion backups - Ajout scripts CRON et migrations base de données 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
347 B
Plaintext
Executable File
14 lines
347 B
Plaintext
Executable File
# Configuration de déploiement pour l'environnement DEV
|
|
# Utilisé par deploy-app.sh
|
|
|
|
# Répertoire de build Flutter
|
|
FLUTTER_BUILD_DIR="build/web"
|
|
|
|
# URL de l'application web (pour la détection d'environnement)
|
|
APP_URL="https://dapp.geosector.fr"
|
|
|
|
# URL de l'API backend
|
|
API_URL="https://dapp.geosector.fr/api"
|
|
|
|
# Environnement
|
|
ENVIRONMENT="DEV" |