Send first script

This commit is contained in:
2025-06-03 09:53:55 +02:00
parent dd0502453d
commit 858b6c168c
6 changed files with 15 additions and 15 deletions

View File

@ -1,8 +1,8 @@
# Définir les variables de configuration
#$jsonKeyFile = "C:\Users\hcornet\Downloads\ari-prj-np-mdf-001-d6cd222549da.json" # Modifier le chemin vers votre fichier JSON d'authentification
$jsonKeyFile = "C:\Users\hcornet\Downloads\ari-prj-mdf-001-e24a11fe72e5.json"
#$projectId = "ari-prj-np-mdf-001"
$projectId = "ari-prj-mdf-001"
#$jsonKeyFile = "d6cd222549da.json" # Modifier le chemin vers votre fichier JSON d'authentification
$jsonKeyFile = "24a11fe72e5.json"
#$projectId = "abc-prj-np-mdf-001"
$projectId = "abc-prj-mdf-001"
$Topic = "MindFlow:publish"
$subscription = "Alerte:pull"
$APIUrl = "https://pubsub.googleapis.com/v1"