solidarity-service/config.yaml

33 lines
600 B
YAML
Raw Normal View History

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
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:
ip: localhost #192.168.1.25
2023-10-20 11:41:39 +00:00
enable: true
port: 8089
solidarity-api:
enable: true
address: localhost:9999 #192.168.1.25:9999
2023-10-20 11:41:39 +00:00
routing:
type: valhalla
valhalla:
base_url: https://valhalla.coopgo.io/