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,6 +1,6 @@
# 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
$projectId = "ari-prj-np-mdf-001" # Remplacez par l'ID de votre projet GCP
$jsonKeyFile = "d6cd222549da.json" # Modifier le chemin vers votre fichier JSON d'authentification
$projectId = "abc-prj-np-mdf-001" # Remplacez par l'ID de votre projet GCP
$subscriptionName = "alerte:pull" # Remplacez par le nom de la subscription Pub/Sub
$APIUrl = "https://pubsub.googleapis.com/v1"