- clubs, booking platforms and user are now defined in customization files -> there are less environment variables - the responsibility of the session moved - booking cancellation is available
19 lines
655 B
YAML
19 lines
655 B
YAML
platforms:
|
|
- name: Gestion sports
|
|
url: https://gestion-sports.fr/
|
|
id: gestion-sports
|
|
urls:
|
|
- name: landing-page
|
|
path: /connexion.php
|
|
- name: login
|
|
path: /connexion.php
|
|
payloadTemplate: gestion-sports/login-payload.txt
|
|
- name: booking
|
|
path: /membre/reservation.html
|
|
payloadTemplate: gestion-sports/booking-payload.txt
|
|
- name: user-bookings
|
|
path: /membre/mesresas.html
|
|
payloadTemplate: gestion-sports/user-bookings-payload.txt
|
|
- name: cancellation
|
|
path: /membre/mesresas.html
|
|
payloadTemplate: gestion-sports/booking-cancellation-payload.txt
|