2024-11-04 00:22:29 +00:00
|
|
|
dev_env: true
|
|
|
|
|
|
|
|
server:
|
|
|
|
listen: 0.0.0.0:80
|
|
|
|
|
|
|
|
templates:
|
|
|
|
root: /themes/default/
|
|
|
|
public_dir: /themes/default/web/public/
|
|
|
|
|
|
|
|
identification:
|
|
|
|
oidc:
|
|
|
|
provider: http://mobility-accounts.tilt-dev.svc.cluster.local/parcoursmob
|
|
|
|
provider_config:
|
|
|
|
issuer_url: http://mobility-accounts.tilt-dev.svc.cluster.local/parcoursmob
|
|
|
|
auth_url: http://mobility-accounts.tilt-dev.svc.cluster.local/parcoursmob/auth
|
|
|
|
token_url: http://mobility-accounts.tilt-dev.svc.cluster.local/parcoursmob/token
|
|
|
|
user_info_url: http://mobility-accounts.tilt-dev.svc.cluster.local/parcoursmob/user_info
|
|
|
|
jwks_url: http://mobility-accounts.tilt-dev.svc.cluster.local/parcoursmob/.well_known/jwks.json
|
|
|
|
client_id: abcdef
|
|
|
|
client_secret: ghijkl
|
|
|
|
redirect_url: http://parcoursmob.tilt-dev.svc.cluster.local/api/oauth2/callback
|
|
|
|
|
|
|
|
services:
|
|
|
|
grpc:
|
|
|
|
mobilityaccounts:
|
|
|
|
dial: mobility-accounts:8080
|
|
|
|
groupsmanagement:
|
|
|
|
dial: groups-management:8080
|
|
|
|
fleets:
|
|
|
|
dial: fleets:8080
|
|
|
|
agenda:
|
|
|
|
dial: agenda:8080
|
2024-11-20 16:21:09 +00:00
|
|
|
diags:
|
|
|
|
dial: diags:8080
|
2024-11-04 00:22:29 +00:00
|
|
|
navitia:
|
|
|
|
api_key: abcd
|
|
|
|
|
|
|
|
storage:
|
|
|
|
kv:
|
|
|
|
type: etcd
|
|
|
|
etcd:
|
|
|
|
endpoints:
|
|
|
|
- etcd:2379
|
|
|
|
prefix: parcoursmob/cache/
|
|
|
|
files:
|
|
|
|
type: minio
|
|
|
|
minio:
|
|
|
|
endpoint: minio:9000
|
|
|
|
access_key: minio
|
|
|
|
secret_key: minio123
|
|
|
|
use_ssl: false
|
|
|
|
bucket_name: parcoursmob
|
|
|
|
location: fr-par
|
|
|
|
file_types:
|
|
|
|
driving_licence: Permis de conduire
|
|
|
|
work_contract: Contrat de travail ou de formation
|
|
|
|
identity_proof: Pièce d'identité
|
|
|
|
other: Autre
|
|
|
|
|
|
|
|
emailing:
|
|
|
|
smtp:
|
|
|
|
host: smtp4dev
|
|
|
|
port: 25
|
|
|
|
username: noreply@parcoursmob.fr
|
|
|
|
password: 12345678
|
|
|
|
|
|
|
|
modules:
|
|
|
|
beneficiaries:
|
|
|
|
enable: true
|
|
|
|
documents_types:
|
|
|
|
- identity_proof
|
|
|
|
- driving_licence
|
|
|
|
- work_contract
|
|
|
|
- other
|
|
|
|
fleets:
|
|
|
|
enabled: true
|
|
|
|
vehicle_types:
|
|
|
|
- Voiture
|
|
|
|
- Voiture sans permis
|
|
|
|
- Scooter
|
|
|
|
- Vélo électrique
|
|
|
|
- Trottinette
|
|
|
|
booking_documents:
|
|
|
|
mandatory:
|
|
|
|
- driving_licence
|
|
|
|
- identity_proof
|
|
|
|
- work_contract
|
|
|
|
agenda:
|
|
|
|
enabled: true
|
|
|
|
events_types:
|
|
|
|
- name: Accompagnements individuels
|
|
|
|
- name: Permis accéléré
|
|
|
|
subscription_tags:
|
|
|
|
- Non présenté à l'information collective
|
|
|
|
- Parcours validé
|
|
|
|
- Abandon pendant le parcours
|
|
|
|
- Succès à l'examen
|
|
|
|
- Echec à l'examen
|
|
|
|
- name: Auto-école sociale (classique)
|
|
|
|
- name: Information collective
|
|
|
|
- name: Autre
|
2024-11-20 16:21:09 +00:00
|
|
|
documents_types:
|
|
|
|
- notice
|
|
|
|
- pieces
|
|
|
|
- other
|