update dev env
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
dev_env: true
|
||||
|
||||
base_url: http://parcoursmob.tilt-dev.svc.cluster.local
|
||||
|
||||
server:
|
||||
listen: 0.0.0.0:80
|
||||
|
||||
@@ -15,7 +17,7 @@ identification:
|
||||
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
|
||||
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
|
||||
@@ -32,6 +34,10 @@ services:
|
||||
dial: agenda:8080
|
||||
diags:
|
||||
dial: diags:8080
|
||||
solidaritytransport:
|
||||
dial: solidarity-transport:8080
|
||||
carpoolservice:
|
||||
dial: carpool-service:8080
|
||||
navitia:
|
||||
api_key: abcd
|
||||
|
||||
@@ -51,11 +57,16 @@ storage:
|
||||
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
|
||||
# file_types:
|
||||
# driving_licence: Permis de conduire
|
||||
# work_contract: Contrat de travail ou de formation
|
||||
# identity_proof: Pièce d'identité
|
||||
# other: Autre
|
||||
|
||||
sms:
|
||||
provider: smsfactor
|
||||
smsfactor:
|
||||
token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxOTMzMiIsImlhdCI6MTc0NjQxOTgyNi4yODI3OTJ9.XZF1nD6bf_gyw7ZA6t5-OxEd4SfpdhAE7SBtJcAhLtU
|
||||
|
||||
emailing:
|
||||
smtp:
|
||||
@@ -65,13 +76,38 @@ emailing:
|
||||
password: 12345678
|
||||
|
||||
modules:
|
||||
dashboard:
|
||||
enabled: true
|
||||
beneficiaries:
|
||||
enable: true
|
||||
enabled: true
|
||||
documents_types:
|
||||
- identity_proof
|
||||
- driving_licence
|
||||
- work_contract
|
||||
- other
|
||||
validated_profile:
|
||||
enabled: true
|
||||
required:
|
||||
documents:
|
||||
- identity_proof
|
||||
assert:
|
||||
compare:
|
||||
- field: other_properties.last_subscription_date
|
||||
type: gte
|
||||
value: 2025-01-01
|
||||
solidarity_transport:
|
||||
drivers:
|
||||
validated_profile:
|
||||
enabled: true
|
||||
required:
|
||||
documents:
|
||||
- driving_licence
|
||||
assert:
|
||||
compare:
|
||||
- field: other_properties.last_subscription_date
|
||||
type: gte
|
||||
value: 2025-01-01
|
||||
|
||||
fleets:
|
||||
enabled: true
|
||||
vehicle_types:
|
||||
@@ -108,5 +144,66 @@ modules:
|
||||
- notice
|
||||
- pieces
|
||||
- other
|
||||
# knowledge:
|
||||
# enabled: true
|
||||
knowledge:
|
||||
enabled: true
|
||||
|
||||
payments:
|
||||
pricing:
|
||||
type: pfm63
|
||||
|
||||
routing:
|
||||
type: valhalla
|
||||
valhalla:
|
||||
base_url: https://valhalla.coopgo.io/
|
||||
|
||||
multimodal:
|
||||
modes:
|
||||
carpool:
|
||||
enabled: true
|
||||
operators:
|
||||
- name: Blablacar Daily
|
||||
type: blablacardaily
|
||||
base_url: https://partners.blablacardaily.com/2/third_party/public
|
||||
operator_id: partners.blablacardaily.com
|
||||
api_key: vldUmlnJUvRI3v13XPgZW-gVy-4Y30z713VUpB7R92U
|
||||
transit:
|
||||
enabled: true
|
||||
type: motis
|
||||
motis:
|
||||
server: https://api.transitous.org
|
||||
|
||||
knowledge_base:
|
||||
- title: Le Puy en Velay TAD
|
||||
url: https://mobilite.lepuyenvelay.fr/tad/
|
||||
description: "Contacter l’espace commercial MOBILITE-EN-VELAY la veille avant 12h00 pour réserver au 04 71 02 60 11. Tarifs Coût du trajet: 1,80€ soit 3.60 € pour un aller-retour (ticket en vente dans le véhicule)."
|
||||
geography:
|
||||
- layer: communes
|
||||
code: 43021
|
||||
- layer: communes
|
||||
code: 43165
|
||||
- layer: communes
|
||||
code: 43268
|
||||
- layer: communes
|
||||
code: 43136
|
||||
- layer: communes
|
||||
code: 43052
|
||||
- layer: communes
|
||||
code: 43220
|
||||
- layer: communes
|
||||
code: 43234
|
||||
- layer: communes
|
||||
code: 43080
|
||||
- layer: communes
|
||||
code: 43071
|
||||
- layer: communes
|
||||
code: 43026
|
||||
- layer: communes
|
||||
code: 43157
|
||||
- layer: communes
|
||||
code: 43268
|
||||
- title: Chantiers jeunes Communautes de Commune des Sucs (aide 250€ pour le permis)
|
||||
url: https://www.cc-des-sucs.fr/actualites/chantiers-jeunes-ccds
|
||||
description: En contrepartie d'une participation d'une semaine à un chantier de jeunes en juillet, tu peux bénéficier d'une bourse au permis de conduire de 250 €.
|
||||
geography:
|
||||
- layer: epci
|
||||
code: 244301016
|
||||
|
||||
Reference in New Issue
Block a user