fids/testing/catcher/inventories/local.yaml

7 lines
346 B
YAML

postgres: '{{ POSTGRES_USER }}:{{ POSTGRES_PASS }}@auth-db:5432/api_dev'
postgres_flights: '{{ POSTGRES_USER }}:{{ POSTGRES_PASS }}@flights-db:5432/api_dev'
users: 'http://fids-auth-dev_auth-api:5000/users'
auth: 'http://fids-auth-dev_auth-api:5000/auth'
gateway: 'http://fids-gateway-dev_api-gw:5002'
browser: 'http://host.docker.internal:8000'