1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/roapi/data/roapi.yml

16 lines
276 B
YAML
Raw Normal View History

2024-07-19 08:42:18 +02:00
addr:
http: 0.0.0.0:8080
postgres: 0.0.0.0:5432
tables:
- name: "spacex_launches"
uri: "https://api.spacexdata.com/v4/launches"
option:
format: "json"
kvstores:
- name: "spacex_launch_name"
uri: "./spacex_launches.json"
key: id
value: name