From 1cb8d3416890724f09071f04f971a60c827aaca6 Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Sun, 17 Sep 2023 00:28:14 -0400 Subject: [PATCH] Add base configs --- examples/bottin-ag-api.yaml | 5 +++++ examples/bottin-api.yaml | 2 ++ examples/bottin-web.yaml | 3 +++ 3 files changed, 10 insertions(+) create mode 100644 examples/bottin-ag-api.yaml create mode 100644 examples/bottin-api.yaml create mode 100644 examples/bottin-web.yaml diff --git a/examples/bottin-ag-api.yaml b/examples/bottin-ag-api.yaml new file mode 100644 index 0000000..ddfec13 --- /dev/null +++ b/examples/bottin-ag-api.yaml @@ -0,0 +1,5 @@ +bottin: + api: + host: 'bottin_api' +db: + host: 'bottin_ag_db' diff --git a/examples/bottin-api.yaml b/examples/bottin-api.yaml new file mode 100644 index 0000000..9031801 --- /dev/null +++ b/examples/bottin-api.yaml @@ -0,0 +1,2 @@ +db: + host: 'bottin_db' diff --git a/examples/bottin-web.yaml b/examples/bottin-web.yaml new file mode 100644 index 0000000..833a817 --- /dev/null +++ b/examples/bottin-web.yaml @@ -0,0 +1,3 @@ +web: + api: + host: 'bottin_api'