Initial commit

This commit is contained in:
Victor Lacasse-Beaudoin 2023-12-28 14:09:16 -05:00
commit e906638173
11 changed files with 169 additions and 0 deletions

View file

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

View file

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

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'

6
examples/test.env Normal file
View file

@ -0,0 +1,6 @@
BOTTINAGENDA_POSTGRES_DATABASE=bottin-agenda
BOTTINAGENDA_POSTGRES_PASSWORD=bottin-agenda
BOTTINAGENDA_POSTGRES_USER=bottin-agenda
BOTTIN_POSTGRES_PASSWORD=bottin
BOTTIN_POSTGRES_USER=bottin
BOTTIN_POSTGRES_DATABASE=bottin