2023-10-20 11:41:39 +00:00
|
|
|
name: COOPGO Solidarity Service
|
|
|
|
|
|
|
|
dev_env: true
|
|
|
|
|
|
|
|
storage:
|
|
|
|
db:
|
|
|
|
type: psql
|
|
|
|
psql:
|
|
|
|
host: localhost
|
|
|
|
dbname: coopgo_platform
|
2024-05-24 12:52:34 +00:00
|
|
|
user: maxime
|
|
|
|
password: posgres
|
2023-10-20 11:41:39 +00:00
|
|
|
sslmode: disable
|
|
|
|
port: 5432
|
|
|
|
schema: solidarity_service
|
|
|
|
tables:
|
|
|
|
drivers: drivers
|
|
|
|
passengers: passengers
|
|
|
|
bookings: bookings
|
|
|
|
|
|
|
|
services:
|
|
|
|
grpc:
|
2024-07-26 08:03:43 +00:00
|
|
|
ip: localhost #192.168.1.25
|
2023-10-20 11:41:39 +00:00
|
|
|
enable: true
|
|
|
|
port: 8089
|
|
|
|
solidarity-api:
|
|
|
|
enable: true
|
2024-07-26 08:03:43 +00:00
|
|
|
address: localhost:9999 #192.168.1.25:9999
|
2023-10-20 11:41:39 +00:00
|
|
|
|
|
|
|
routing:
|
|
|
|
type: valhalla
|
|
|
|
valhalla:
|
2024-05-24 12:52:34 +00:00
|
|
|
base_url: https://valhalla.coopgo.io/
|