Add base configs

This commit is contained in:
Victor Lacasse-Beaudoin 2023-09-17 00:28:14 -04:00
parent d62ac37071
commit 1cb8d34168
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
bottin:
api:
host: 'bottin_api'
db:
host: 'bottin_ag_db'

2
examples/bottin-api.yaml Normal file
View file

@ -0,0 +1,2 @@
db:
host: 'bottin_db'

3
examples/bottin-web.yaml Normal file
View file

@ -0,0 +1,3 @@
web:
api:
host: 'bottin_api'