WIP: contrôle cotisation

This commit is contained in:
Adrien Bourmault 2022-09-14 23:20:52 +02:00
parent 5e093a5ae0
commit 79ca4fa0ad
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ from requests.auth import HTTPDigestAuth
VERSION="0.0.1"
GESTION_SECRET_FILE="~/.secret/gestion_api_password"
GIT_SECRET_FILE="~/.secret/git_api_password"
GESTION_SECRET_FILE="/home/tresorier/.secret/gestion_api_password"
GIT_SECRET_FILE="/home/tresorier/.secret/git_api_password"
WORKDIR="/srv/validation_cotisation.d"
MODALITY_MAIL="mail_instructions.txt"
MODALITY_MAIL_HEADERS="mail_instructions_headers.txt"